[ARM] 5489/1: ARM errata: Data written to the L2 cache can be overwritten with stale...
[linux-2.6] / arch / arm / mach-versatile / include / mach / clkdev.h
1 #ifndef __ASM_MACH_CLKDEV_H
2 #define __ASM_MACH_CLKDEV_H
3
4 #define __clk_get(clk) ({ 1; })
5 #define __clk_put(clk) do { } while (0)
6
7 #endif