Cory Maccarrone 9b11769f99 OMAP1 clock: remove __initdata from struct clk_functions to prevent crash
Commit 52650505fbf3a6ab851c801f54e73e76c55ab8da added an __initdata
decoration to the structure containing the clk_enable and clk_disable
functions.  Once init data was freed, these pointers went to null, and
the next enable or disable call caused the kernel to crash.  This
change removes this decoration.

Signed-off-by: Cory Maccarrone <darkstar6262@gmail.com>
[paul@pwsan.com: patch manually split and commit message edited]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
2010-01-08 15:23:14 -07:00
..
2009-12-11 16:16:33 -08:00
2009-12-11 16:16:33 -08:00
2009-12-11 16:16:33 -08:00
2009-12-09 12:04:06 +02:00
2009-12-11 16:16:33 -08:00
2009-12-11 16:16:34 -08:00
2009-12-11 16:16:34 -08:00
2009-10-07 23:14:08 +01:00
2009-11-22 10:24:32 -08:00