1 2 3 4 5 6 7
#ifndef __ASM_MACH_CLKDEV_H #define __ASM_MACH_CLKDEV_H #define __clk_get(clk) ({ 1; }) #define __clk_put(clk) do { } while (0) #endif