OMAP1 clock: remove __initdata from struct clk_functions to prevent crash
authorCory Maccarrone <darkstar6262@gmail.com>
Wed, 6 Jan 2010 20:13:51 +0000 (13:13 -0700)
committerpaul <paul@twilight.(none)>
Wed, 6 Jan 2010 20:16:04 +0000 (13:16 -0700)
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>

No differences found