diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-07-19 01:42:10 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-07-21 17:33:49 -0400 |
commit | 42be66f857bac6f96fe3ebdf5cec05362c205430 (patch) | |
tree | 6196f7e5547d1f0834fbead09528d8b76090443d | |
parent | bb3e815b8011bc22451ee05e7dccb73c5ee979a8 (diff) |
ARM: S3C64XX: Add header file protection macros in pm-core.h
Adds header file protection macros.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | arch/arm/mach-s3c64xx/include/mach/pm-core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/include/mach/pm-core.h b/arch/arm/mach-s3c64xx/include/mach/pm-core.h index fcf3dcabb69..c0537f40a3d 100644 --- a/arch/arm/mach-s3c64xx/include/mach/pm-core.h +++ b/arch/arm/mach-s3c64xx/include/mach/pm-core.h | |||
@@ -12,6 +12,9 @@ | |||
12 | * published by the Free Software Foundation. | 12 | * published by the Free Software Foundation. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #ifndef __MACH_S3C64XX_PM_CORE_H | ||
16 | #define __MACH_S3C64XX_PM_CORE_H __FILE__ | ||
17 | |||
15 | #include <mach/regs-gpio.h> | 18 | #include <mach/regs-gpio.h> |
16 | 19 | ||
17 | static inline void s3c_pm_debug_init_uart(void) | 20 | static inline void s3c_pm_debug_init_uart(void) |
@@ -113,3 +116,4 @@ static inline void samsung_pm_saved_gpios(void) | |||
113 | 116 | ||
114 | __raw_writel(S3C64XX_SLPEN_USE_xSLP, S3C64XX_SLPEN); | 117 | __raw_writel(S3C64XX_SLPEN_USE_xSLP, S3C64XX_SLPEN); |
115 | } | 118 | } |
119 | #endif /* __MACH_S3C64XX_PM_CORE_H */ | ||