diff options
| -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 */ | ||
