diff options
author | wanzongshun <mcuos.com@gmail.com> | 2009-06-10 18:50:44 +0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-06-11 17:45:18 +0400 |
commit | 0e4a34bb6565346a8d7cc56cab412a1f98d5b1cd (patch) | |
tree | d0a7ec7e72bde2b9b9a4650fe311d5f22163ee26 /arch/arm/mach-w90x900/mach-w90p910evb.c | |
parent | c52d3d688b09c50de12cb2fbdfebb18b3b664b00 (diff) | |
download | linux-0e4a34bb6565346a8d7cc56cab412a1f98d5b1cd.tar.xz |
[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/mach-w90p910evb.c')
-rw-r--r-- | arch/arm/mach-w90x900/mach-w90p910evb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-w90x900/mach-w90p910evb.c b/arch/arm/mach-w90x900/mach-w90p910evb.c index 1968ed428b72..7a62bd348e80 100644 --- a/arch/arm/mach-w90x900/mach-w90p910evb.c +++ b/arch/arm/mach-w90x900/mach-w90p910evb.c @@ -247,7 +247,7 @@ static struct platform_device *w90p910evb_dev[] __initdata = { static void __init w90p910evb_map_io(void) { w90p910_map_io(w90p910_iodesc, ARRAY_SIZE(w90p910_iodesc)); - w90p910_init_clocks(0); + w90p910_init_clocks(); } static void __init w90p910evb_init(void) |