diff options
Diffstat (limited to 'arch/arm/mach-mx3/clock-imx35.c')
-rw-r--r-- | arch/arm/mach-mx3/clock-imx35.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx3/clock-imx35.c b/arch/arm/mach-mx3/clock-imx35.c index 0d76521cb49..577ee83d1f6 100644 --- a/arch/arm/mach-mx3/clock-imx35.c +++ b/arch/arm/mach-mx3/clock-imx35.c | |||
@@ -381,7 +381,7 @@ DEFINE_CLOCK(gpu2d_clk, 0, CCM_CGR3, 4, NULL, NULL); | |||
381 | .clk = &c, \ | 381 | .clk = &c, \ |
382 | }, | 382 | }, |
383 | 383 | ||
384 | static struct clk_lookup lookups[] __initdata = { | 384 | static struct clk_lookup lookups[] = { |
385 | _REGISTER_CLOCK(NULL, "asrc", asrc_clk) | 385 | _REGISTER_CLOCK(NULL, "asrc", asrc_clk) |
386 | _REGISTER_CLOCK(NULL, "ata", ata_clk) | 386 | _REGISTER_CLOCK(NULL, "ata", ata_clk) |
387 | _REGISTER_CLOCK(NULL, "audmux", audmux_clk) | 387 | _REGISTER_CLOCK(NULL, "audmux", audmux_clk) |