GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / plat-omap / include / plat / clkdev.h
blob730c49d1ebd85970c19d8dfea0e12017cb146fc3
1 #ifndef __MACH_CLKDEV_H
2 #define __MACH_CLKDEV_H
4 static inline int __clk_get(struct clk *clk)
6 return 1;
9 static inline void __clk_put(struct clk *clk)
13 #endif