From a74d9f13c052d3386fa6f6f27ed7bc0ee1211ebe Mon Sep 17 00:00:00 2001 From: Krzysztof Helt Date: Fri, 8 Aug 2008 21:34:10 +0100 Subject: [PATCH] --- yaml --- r: 108619 b: refs/heads/master c: 631c9a8a79b9b94eef56afa3bff107ce27c4c2bb h: refs/heads/master i: 108617: 1307a45771bbb2c45783887dc6b1ad397137a146 108615: 4f596b298ab7f8f185e6414bef58566dc1c1552f v: v3 --- [refs] | 2 +- trunk/include/asm-arm/plat-s3c24xx/s3c2410.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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);