diff options
| -rw-r--r-- | arch/arm/mach-integrator/core.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/arm/mach-integrator/core.c b/arch/arm/mach-integrator/core.c index 6f8872913073..a0f60e55da6a 100644 --- a/arch/arm/mach-integrator/core.c +++ b/arch/arm/mach-integrator/core.c | |||
| @@ -121,7 +121,7 @@ static struct clk uartclk = { | |||
| 121 | .rate = 14745600, | 121 | .rate = 14745600, | 
| 122 | }; | 122 | }; | 
| 123 | 123 | ||
| 124 | static struct clk_lookup lookups[] __initdata = { | 124 | static struct clk_lookup lookups[] = { | 
| 125 | { /* UART0 */ | 125 | { /* UART0 */ | 
| 126 | .dev_id = "mb:16", | 126 | .dev_id = "mb:16", | 
| 127 | .clk = &uartclk, | 127 | .clk = &uartclk, | 
