diff options
-rw-r--r-- | arch/arm/mach-davinci/tnetv107x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/tnetv107x.c b/arch/arm/mach-davinci/tnetv107x.c index 864e60482c53..06d2ac9dcf3d 100644 --- a/arch/arm/mach-davinci/tnetv107x.c +++ b/arch/arm/mach-davinci/tnetv107x.c | |||
@@ -104,7 +104,7 @@ static u32 pll_ext_freq[] = { | |||
104 | }; | 104 | }; |
105 | 105 | ||
106 | /* PSC control registers */ | 106 | /* PSC control registers */ |
107 | static u32 psc_regs[] __initconst = { TNETV107X_PSC_BASE }; | 107 | static u32 psc_regs[] = { TNETV107X_PSC_BASE }; |
108 | 108 | ||
109 | /* Host map for interrupt controller */ | 109 | /* Host map for interrupt controller */ |
110 | static u32 intc_host_map[] = { 0x01010000, 0x01010101, -1 }; | 110 | static u32 intc_host_map[] = { 0x01010000, 0x01010101, -1 }; |