diff --git a/[refs] b/[refs] index e01eae253cd4..0f818a49f160 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: af7a535688a758d15f06a98833e6a143b29af9de +refs/heads/master: 631c9a8a79b9b94eef56afa3bff107ce27c4c2bb diff --git a/trunk/include/asm-arm/plat-s3c24xx/s3c2410.h b/trunk/include/asm-arm/plat-s3c24xx/s3c2410.h index 36de0b835873..3cd1ec677b3f 100644 --- a/trunk/include/asm-arm/plat-s3c24xx/s3c2410.h +++ b/trunk/include/asm-arm/plat-s3c24xx/s3c2410.h @@ -21,11 +21,11 @@ extern void s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no); extern void s3c2410_init_clocks(int xtal); -extern int s3c2410_baseclk_add(void); - #else #define s3c2410_init_clocks NULL #define s3c2410_init_uarts NULL #define s3c2410_map_io NULL #define s3c2410_init NULL #endif + +extern int s3c2410_baseclk_add(void);