android_kernel_cmhtcleo/arch/arm/mach-ep93xx/include/mach/clkdev.h

8 lines
137 B
C
Raw Permalink Normal View History

2010-08-27 09:19:57 +00:00
#ifndef __ASM_MACH_CLKDEV_H
#define __ASM_MACH_CLKDEV_H
#define __clk_get(clk) ({ 1; })
#define __clk_put(clk) do { } while (0)
#endif