kernel-fxtec-pro1x/arch/arm/mach-mmp/include/mach/clkdev.h

8 lines
163 B
C
Raw Normal View History

2009-01-19 23:15:18 -07:00
#ifndef __ASM_MACH_CLKDEV_H
#define __ASM_MACH_CLKDEV_H
#define __clk_get(clk) ({ 1; })
#define __clk_put(clk) do { } while (0)
#endif /* __ASM_MACH_CLKDEV_H */