GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-ep93xx / include / mach / clkdev.h
blob50cb991eadeb40cfe07e29154d967307e9fa17dc
1 /*
2 * arch/arm/mach-ep93xx/include/mach/clkdev.h
3 */
5 #ifndef __ASM_MACH_CLKDEV_H
6 #define __ASM_MACH_CLKDEV_H
8 #define __clk_get(clk) ({ 1; })
9 #define __clk_put(clk) do { } while (0)
11 #endif