diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2012-01-21 11:32:42 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-01-21 12:02:31 +0900 |
commit | 5086c6c882a392d2f48704c0a03e17bdcbf01e8f (patch) | |
tree | 0cce38da18cf46e6a0bf7d0e27dffcdbf18a4781 /arch/arm/mach-s3c64xx/common.h | |
parent | 4cfb7b7ce53bff8574ca152f433ab7fad62f1cad (diff) | |
download | blackbird-op-linux-5086c6c882a392d2f48704c0a03e17bdcbf01e8f.tar.gz blackbird-op-linux-5086c6c882a392d2f48704c0a03e17bdcbf01e8f.zip |
ARM: S3C64XX: use static declaration when it is not used in other files
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 5eb9c9a7d73b..7a10be629aba 100644 --- a/arch/arm/mach-s3c64xx/common.h +++ b/arch/arm/mach-s3c64xx/common.h @@ -25,8 +25,6 @@ void s3c64xx_setup_clocks(void); void s3c64xx_restart(char mode, const char *cmd); -extern struct syscore_ops s3c64xx_irq_syscore_ops; - #ifdef CONFIG_CPU_S3C6400 extern int s3c6400_init(void); |