提交 3a0ec259 编写于 作者: K Kukjin Kim

ARM: SAMSUNG: fix to prevent declaring duplicated

The plat/clock.h revised to prevent declaring duplicated.
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 caf27307
...@@ -9,6 +9,9 @@ ...@@ -9,6 +9,9 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
#ifndef __ASM_PLAT_CLOCK_H
#define __ASM_PLAT_CLOCK_H __FILE__
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/clkdev.h> #include <linux/clkdev.h>
...@@ -124,3 +127,5 @@ extern void s3c_pwmclk_init(void); ...@@ -124,3 +127,5 @@ extern void s3c_pwmclk_init(void);
/* Global watchdog clock used by arch_wtd_reset() callback */ /* Global watchdog clock used by arch_wtd_reset() callback */
extern struct clk *s3c2410_wdtclk; extern struct clk *s3c2410_wdtclk;
#endif /* __ASM_PLAT_CLOCK_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册