ARM: S3C2410: move s3c2410_baseclk_add to clock.h
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>
This commit is contained in:
committed by
Kukjin Kim
parent
4083da3dcd
commit
507164d223
@@ -120,6 +120,10 @@ extern void s3c2412_setup_clocks(void);
|
|||||||
extern void s3c244x_setup_clocks(void);
|
extern void s3c244x_setup_clocks(void);
|
||||||
extern void s3c2443_setup_clocks(void);
|
extern void s3c2443_setup_clocks(void);
|
||||||
|
|
||||||
|
/* S3C2410 specific clock functions */
|
||||||
|
|
||||||
|
extern int s3c2410_baseclk_add(void);
|
||||||
|
|
||||||
/* S3C2443/S3C2416 specific clock functions */
|
/* S3C2443/S3C2416 specific clock functions */
|
||||||
|
|
||||||
typedef unsigned int (*pll_fn)(unsigned int reg, unsigned int base);
|
typedef unsigned int (*pll_fn)(unsigned int reg, unsigned int base);
|
||||||
|
@@ -29,5 +29,3 @@ extern void s3c2410_init_clocks(int xtal);
|
|||||||
#define s3c2410_init NULL
|
#define s3c2410_init NULL
|
||||||
#define s3c2410a_init NULL
|
#define s3c2410a_init NULL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern int s3c2410_baseclk_add(void);
|
|
||||||
|
Reference in New Issue
Block a user