diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-08-19 08:12:19 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-09-15 02:54:15 -0400 |
commit | 3a0ec25954a2667738f39f34096df3f4cb102983 (patch) | |
tree | 19dddc0d7845ebb5ea45a03c58a1c76ca05d57e6 /arch/arm/plat-samsung | |
parent | caf27307fa322f079338480c7a3387e79d7d3712 (diff) |
ARM: SAMSUNG: fix to prevent declaring duplicated
The plat/clock.h revised to prevent declaring duplicated.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/clock.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/include/plat/clock.h b/arch/arm/plat-samsung/include/plat/clock.h index 8f95700d296e..73c66d4d10fa 100644 --- a/arch/arm/plat-samsung/include/plat/clock.h +++ b/arch/arm/plat-samsung/include/plat/clock.h | |||
@@ -9,6 +9,9 @@ | |||
9 | * published by the Free Software Foundation. | 9 | * published by the Free Software Foundation. |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #ifndef __ASM_PLAT_CLOCK_H | ||
13 | #define __ASM_PLAT_CLOCK_H __FILE__ | ||
14 | |||
12 | #include <linux/spinlock.h> | 15 | #include <linux/spinlock.h> |
13 | #include <linux/clkdev.h> | 16 | #include <linux/clkdev.h> |
14 | 17 | ||
@@ -124,3 +127,5 @@ extern void s3c_pwmclk_init(void); | |||
124 | /* Global watchdog clock used by arch_wtd_reset() callback */ | 127 | /* Global watchdog clock used by arch_wtd_reset() callback */ |
125 | 128 | ||
126 | extern struct clk *s3c2410_wdtclk; | 129 | extern struct clk *s3c2410_wdtclk; |
130 | |||
131 | #endif /* __ASM_PLAT_CLOCK_H */ | ||