x86: Fix compilation bug in kprobes' twobyte_is_boostable
[linux-btrfs-devel.git] / arch / arm / plat-s3c24xx / include / mach / clkdev.h
blob7dffa83d23ff5c427988b2aeb22453cc4277870a
1 #ifndef __MACH_CLKDEV_H__
2 #define __MACH_CLKDEV_H__
4 #define __clk_get(clk) ({ 1; })
5 #define __clk_put(clk) do {} while (0)
7 #endif