]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: S3C2410: move s3c2410_baseclk_add to clock.h
authorHeiko Stuebner <heiko@sntech.de>
Fri, 27 Jan 2012 07:22:57 +0000 (16:22 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 31 Jan 2012 11:06:43 +0000 (20:06 +0900)
plat-samsung/clock.h currently keeps all the SoC specific clock
declarations. As we want to get rid of s3c2410.h altogether, move
the s3c2410_baseclk_add there too.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-samsung/include/plat/clock.h
arch/arm/plat-samsung/include/plat/s3c2410.h

index 42bbe3d995396612adaa9de8ac9e0f73d4608711..3b5a9dcc29c59d520f19f4e63d73694e4206d3f3 100644 (file)
@@ -120,6 +120,10 @@ extern void s3c2412_setup_clocks(void);
 extern void s3c244x_setup_clocks(void);
 extern void s3c2443_setup_clocks(void);
 
+/* S3C2410 specific clock functions */
+
+extern int s3c2410_baseclk_add(void);
+
 /* S3C2443/S3C2416 specific clock functions */
 
 typedef unsigned int (*pll_fn)(unsigned int reg, unsigned int base);
index 3986497dd3f7a2b21a1fe2c392f498366d0ce96e..55b0e5f51e97c5b7d65065b3c68772ab4018feef 100644 (file)
@@ -29,5 +29,3 @@ extern void s3c2410_init_clocks(int xtal);
 #define s3c2410_init NULL
 #define s3c2410a_init NULL
 #endif
-
-extern int s3c2410_baseclk_add(void);