mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
e480559995
This is temporary patch for building with clkdev. Signed-off-by: Thomas Abraham <thomas.ab@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
8 lines
132 B
C
8 lines
132 B
C
#ifndef __MACH_CLKDEV_H__
|
|
#define __MACH_CLKDEV_H__
|
|
|
|
#define __clk_get(clk) ({ 1; })
|
|
#define __clk_put(clk) do {} while (0)
|
|
|
|
#endif
|