diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-pnx4008/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pnx4008/clock.c b/arch/arm/mach-pnx4008/clock.c index 3ad694e15968..e5140237fb15 100644 --- a/arch/arm/mach-pnx4008/clock.c +++ b/arch/arm/mach-pnx4008/clock.c | |||
@@ -806,7 +806,7 @@ static struct clk_lookup onchip_clkreg[] = { | |||
806 | { .clk = &uart4_ck, .con_id = "uart4_ck" }, | 806 | { .clk = &uart4_ck, .con_id = "uart4_ck" }, |
807 | { .clk = &uart5_ck, .con_id = "uart5_ck" }, | 807 | { .clk = &uart5_ck, .con_id = "uart5_ck" }, |
808 | { .clk = &uart6_ck, .con_id = "uart6_ck" }, | 808 | { .clk = &uart6_ck, .con_id = "uart6_ck" }, |
809 | { .clk = &wdt_ck, .con_id = "wdt_ck" }, | 809 | { .clk = &wdt_ck, .dev_id = "pnx4008-watchdog" }, |
810 | }; | 810 | }; |
811 | 811 | ||
812 | static void local_clk_disable(struct clk *clk) | 812 | static void local_clk_disable(struct clk *clk) |