projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8190b37
)
[ARM] 5518/1: versatile: don't put clock lookups in __initdata
author
Rabin Vincent
<rabin@rab.in>
Mon, 18 May 2009 16:29:30 +0000
(17:29 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 18 May 2009 16:43:06 +0000
(17:43 +0100)
Remove the __initdata annotation for the clock lookups, since they
will be needed when loading modules which use clk_get().
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-versatile/core.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-versatile/core.c
b/arch/arm/mach-versatile/core.c
index 1f929c391af7b850f17b10973bcb4082aa8e6741..b3bebcc5623bf23ff2a78ce44ca532fbf13d6eea 100644
(file)
--- a/
arch/arm/mach-versatile/core.c
+++ b/
arch/arm/mach-versatile/core.c
@@
-413,7
+413,7
@@
static struct clk ref24_clk = {
.rate = 24000000,
};
-static struct clk_lookup lookups[]
__initdata
= {
+static struct clk_lookup lookups[] = {
{ /* UART0 */
.dev_id = "dev:f1",
.clk = &ref24_clk,