aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2011-09-16 16:06:30 +0530
committerAngus Ainslie <angus.ainslie@linaro.org>2011-09-19 11:33:36 -0600
commitdb44dec10c15279999a7a3c37771c2e8f8b99028 (patch)
tree6d6101cece8ac9722ebffbbdfc7c1808bad46089
parent0adf366cacc3805441299e8241781be1adf26507 (diff)
downloadorigen-3.0.0-2011.09.tar.gz
ARM: EXYNOS4: Add header file protection macros3.0.0-2011.09
This patch adds header file protection macros to prevent duplication. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
-rw-r--r--arch/arm/mach-exynos4/include/mach/pm-core.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/include/mach/pm-core.h b/arch/arm/mach-exynos4/include/mach/pm-core.h
index f26e46bc06c..ddf6f4da22a 100644
--- a/arch/arm/mach-exynos4/include/mach/pm-core.h
+++ b/arch/arm/mach-exynos4/include/mach/pm-core.h
@@ -14,6 +14,10 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
+
+#ifndef __ASM_ARCH_PM_CORE_H
+#define __ASM_ARCH_PM_CORE_H __FILE__
+
#include <mach/regs-pmu.h>
static inline void s3c_pm_debug_init_uart(void)
@@ -47,3 +51,5 @@ static inline void s3c_pm_arch_update_uart(void __iomem *regs,
{
/* nothing here yet */
}
+
+#endif /* __ASM_ARCH_PM_CORE_H */