blob: 730c49d1ebd85970c19d8dfea0e12017cb146fc3 [file] [log] [blame]
Russell Kingd7e8f1f2009-01-18 23:03:15 +00001#ifndef __MACH_CLKDEV_H
2#define __MACH_CLKDEV_H
3
4static inline int __clk_get(struct clk *clk)
5{
6 return 1;
7}
8
9static inline void __clk_put(struct clk *clk)
10{
11}
12
13#endif