mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
d1755e3592
This patch only adds general clkdev support without actually switching any MXC architecture to clkdev. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8 lines
137 B
C
8 lines
137 B
C
#ifndef __ASM_MACH_CLKDEV_H
|
|
#define __ASM_MACH_CLKDEV_H
|
|
|
|
#define __clk_get(clk) ({ 1; })
|
|
#define __clk_put(clk) do { } while (0)
|
|
|
|
#endif
|