12 lines
191 B
C
12 lines
191 B
C
|
/*
|
||
|
* arch/arm/mach-ep93xx/include/mach/clkdev.h
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_MACH_CLKDEV_H
|
||
|
#define __ASM_MACH_CLKDEV_H
|
||
|
|
||
|
#define __clk_get(clk) ({ 1; })
|
||
|
#define __clk_put(clk) do { } while (0)
|
||
|
|
||
|
#endif
|