]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/plat-omap/include/mach/clkdev.h
REMOVE OMAP LEGACY CODE: Reset clocks and PM code to mainline
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / include / mach / clkdev.h
1 #ifndef __MACH_CLKDEV_H
2 #define __MACH_CLKDEV_H
3
4 static inline int __clk_get(struct clk *clk)
5 {
6         return 1;
7 }
8
9 static inline void __clk_put(struct clk *clk)
10 {
11 }
12
13 #endif