fat: fat16 support maximum 4GB file/vol size as WinXP or 7.
[pandora-kernel.git] / arch / arm / mach-davinci / include / mach / clkdev.h
1 #ifndef __MACH_CLKDEV_H
2 #define __MACH_CLKDEV_H
3
4 struct clk;
5
6 static inline int __clk_get(struct clk *clk)
7 {
8         return 1;
9 }
10
11 static inline void __clk_put(struct clk *clk)
12 {
13 }
14
15 #endif