summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c64xx/common.h
diff options
context:
space:
mode:
authorTomasz Figa <tomasz.figa@gmail.com>2013-08-26 02:00:38 +0900
committerKukjin Kim <kgene.kim@samsung.com>2013-09-17 06:47:36 +0900
commit66fcbe6b7c2827866100837611c9838298a28486 (patch)
tree5f6191f9bcc9cd5378336a128216ba94cfac637b /arch/arm/mach-s3c64xx/common.h
parentb69f460dc1a074db3f759c2be9cd13271f91fbdd (diff)
ARM: S3C64XX: Remove old clock management code
This patch removes old clock management code of S3C64xx, since the platform has been already moved to the new clock driver using Common Clock Framework. Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/common.h')
-rw-r--r--arch/arm/mach-s3c64xx/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c64xx/common.h b/arch/arm/mach-s3c64xx/common.h
index a2af0e1fdb00..bd3bd562011e 100644
--- a/arch/arm/mach-s3c64xx/common.h
+++ b/arch/arm/mach-s3c64xx/common.h
@@ -37,7 +37,6 @@ extern void s3c6400_init_irq(void);
extern void s3c6400_map_io(void);
#else
-#define s3c6400_init_clocks NULL
#define s3c6400_map_io NULL
#define s3c6400_init NULL
#endif
@@ -49,7 +48,6 @@ extern void s3c6410_init_irq(void);
extern void s3c6410_map_io(void);
#else
-#define s3c6410_init_clocks NULL
#define s3c6410_map_io NULL
#define s3c6410_init NULL
#endif