Go to the documentation of this file.
12 #ifndef __ASM_CLKDEV_H
13 #define __ASM_CLKDEV_H
15 #include <linux/slab.h>
17 #ifdef CONFIG_HAVE_MACH_CLKDEV
18 #include <mach/clkdev.h>
20 #define __clk_get(clk) ({ 1; })
21 #define __clk_put(clk) do { } while (0)