aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-w90x900/cpu.h
diff options
context:
space:
mode:
authorwanzongshun <mcuos.com@gmail.com>2009-06-10 15:50:44 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-06-11 14:45:18 +0100
commit0e4a34bb6565346a8d7cc56cab412a1f98d5b1cd (patch)
treed0a7ec7e72bde2b9b9a4650fe311d5f22163ee26 /arch/arm/mach-w90x900/cpu.h
parentc52d3d688b09c50de12cb2fbdfebb18b3b664b00 (diff)
[ARM] 5549/1: Add clock api for w90p910 platform.
Add clock api for w90p910 platform. Signed-off-by: Wan ZongShun <mcuos.com@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-w90x900/cpu.h')
-rw-r--r--arch/arm/mach-w90x900/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-w90x900/cpu.h b/arch/arm/mach-w90x900/cpu.h
index de29ddcb945..57b5dbabeb4 100644
--- a/arch/arm/mach-w90x900/cpu.h
+++ b/arch/arm/mach-w90x900/cpu.h
@@ -41,7 +41,7 @@ struct sys_timer;
extern void w90x900_init_irq(void);
extern void w90p910_init_io(struct map_desc *mach_desc, int size);
extern void w90p910_init_uarts(struct w90x900_uartcfg *cfg, int no);
-extern void w90p910_init_clocks(int xtal);
+extern void w90p910_init_clocks(void);
extern void w90p910_map_io(struct map_desc *mach_desc, int size);
extern struct platform_device w90p910_serial_device;
extern struct sys_timer w90x900_timer;