Skip to content

Commit

Permalink
ARM: SAMSUNG: fix to prevent declaring duplicated
Browse files Browse the repository at this point in the history
The plat/clock.h revised to prevent declaring duplicated.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Kukjin Kim committed Sep 15, 2011
1 parent caf2730 commit 3a0ec25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/plat-samsung/include/plat/clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
* published by the Free Software Foundation.
*/

#ifndef __ASM_PLAT_CLOCK_H
#define __ASM_PLAT_CLOCK_H __FILE__

#include <linux/spinlock.h>
#include <linux/clkdev.h>

Expand Down Expand Up @@ -124,3 +127,5 @@ extern void s3c_pwmclk_init(void);
/* Global watchdog clock used by arch_wtd_reset() callback */

extern struct clk *s3c2410_wdtclk;

#endif /* __ASM_PLAT_CLOCK_H */

0 comments on commit 3a0ec25

Please sign in to comment.