diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-08 08:29:31 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-08 08:29:31 -0700 |
commit | 6025974bab1c3da8662df79bdeb694588bc3eb93 (patch) | |
tree | 27a8fbd7544f7ddcedee541954ab2af04338db4a /arch/arm/mach-mx2/clock_imx21.c | |
parent | 33fa108ed1fa46a53a99dd853bdec7c8eaed4732 (diff) | |
parent | aa853f85d9ed593672d0f24a98c72a2518cb63e6 (diff) | |
download | blackbird-op-linux-6025974bab1c3da8662df79bdeb694588bc3eb93.tar.gz blackbird-op-linux-6025974bab1c3da8662df79bdeb694588bc3eb93.zip |
Merge master.kernel.org:/home/rmk/linux-2.6-arm
* master.kernel.org:/home/rmk/linux-2.6-arm:
[ARM] 5543/1: arm: serial amba: add missing declaration in serial.h
[ARM] pxa: fix pxa27x_udc default pullup GPIO
[ARM] pxa/imote2: fix UCAM sensor board ADC model number
mx[23]: don't put clock lookups in __initdata
fix oops when using console=ttymxcN with N > 0
[ARM] ARMv7 errata: only apply fixes when running on applicable CPU
[ARM] 5534/1: kmalloc must return a cache line aligned buffer
Diffstat (limited to 'arch/arm/mach-mx2/clock_imx21.c')
-rw-r--r-- | arch/arm/mach-mx2/clock_imx21.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx2/clock_imx21.c b/arch/arm/mach-mx2/clock_imx21.c index 999d013e06e3..e4b08ca804ea 100644 --- a/arch/arm/mach-mx2/clock_imx21.c +++ b/arch/arm/mach-mx2/clock_imx21.c @@ -890,7 +890,7 @@ static struct clk clko_clk = { .con_id = n, \ .clk = &c, \ }, -static struct clk_lookup lookups[] __initdata = { +static struct clk_lookup lookups[] = { /* It's unlikely that any driver wants one of them directly: _REGISTER_CLOCK(NULL, "ckih", ckih_clk) _REGISTER_CLOCK(NULL, "ckil", ckil_clk) |