diff options
Diffstat (limited to 'arch/arm/mach-at91/clock.c')
-rw-r--r-- | arch/arm/mach-at91/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/clock.c b/arch/arm/mach-at91/clock.c index d66f102c352a..f569e4826848 100644 --- a/arch/arm/mach-at91/clock.c +++ b/arch/arm/mach-at91/clock.c | |||
@@ -115,7 +115,7 @@ static u32 at91_pllb_usb_init; | |||
115 | * 48 MHz (unless no USB function clocks are needed). The main clock and | 115 | * 48 MHz (unless no USB function clocks are needed). The main clock and |
116 | * both PLLs are turned off to run in "slow clock mode" (system suspend). | 116 | * both PLLs are turned off to run in "slow clock mode" (system suspend). |
117 | */ | 117 | */ |
118 | static struct clk clk32k = { | 118 | struct clk clk32k = { |
119 | .name = "clk32k", | 119 | .name = "clk32k", |
120 | .rate_hz = AT91_SLOW_CLOCK, | 120 | .rate_hz = AT91_SLOW_CLOCK, |
121 | .users = 1, /* always on */ | 121 | .users = 1, /* always on */ |