Merge branch 'for-3.1-rc1' of git://gitorious.org/linux-omap-dss2/linux
[pandora-kernel.git] / arch / arm / plat-s3c24xx / 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