Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OMAP1 clock: remove __initdata from struct clk_functions to prevent c…
…rash Commit 5265050 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>
- Loading branch information