Merge branches 'regmap-linus' and 'regmap-interface' into regmap-next
[pandora-kernel.git] / arch / arm / mach-s3c64xx / include / mach / clkdev.h
1 #ifndef __MACH_CLKDEV_H__
2 #define __MACH_CLKDEV_H__
3
4 #define __clk_get(clk) ({ 1; })
5 #define __clk_put(clk) do {} while (0)
6
7 #endif