diff options
| -rw-r--r-- | arch/arm/mach-davinci/include/mach/clkdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/clkdev.h b/arch/arm/mach-davinci/include/mach/clkdev.h index 730c49d1ebd8..14a504887189 100644 --- a/arch/arm/mach-davinci/include/mach/clkdev.h +++ b/arch/arm/mach-davinci/include/mach/clkdev.h | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | #ifndef __MACH_CLKDEV_H | 1 | #ifndef __MACH_CLKDEV_H |
| 2 | #define __MACH_CLKDEV_H | 2 | #define __MACH_CLKDEV_H |
| 3 | 3 | ||
| 4 | struct clk; | ||
| 5 | |||
| 4 | static inline int __clk_get(struct clk *clk) | 6 | static inline int __clk_get(struct clk *clk) |
| 5 | { | 7 | { |
| 6 | return 1; | 8 | return 1; |
