diff options
author | Tomasz Figa <tomasz.figa@gmail.com> | 2013-08-25 19:00:38 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-09-16 23:47:36 +0200 |
commit | 66fcbe6b7c2827866100837611c9838298a28486 (patch) | |
tree | 5f6191f9bcc9cd5378336a128216ba94cfac637b /arch/arm/mach-s3c64xx/common.h | |
parent | ARM: S3C64XX: Migrate clock handling to Common Clock Framework (diff) | |
download | linux-66fcbe6b7c2827866100837611c9838298a28486.tar.xz linux-66fcbe6b7c2827866100837611c9838298a28486.zip |
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.h | 2 |
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 |