summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s5pv210
diff options
context:
space:
mode:
authorThomas Abraham <thomas.ab@samsung.com>2011-06-15 13:28:14 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-07-21 02:04:14 +0900
commite48055999575750158108b4cfc7fc22e4c972efc (patch)
tree0c0c41f33df929d3b725f80b7eb3308a7ee50149 /arch/arm/mach-s5pv210
parentbadc4f2d604ac20489a363b918edb0241b3b9032 (diff)
ARM: SAMSUNG: Added mach/clkdev.h
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>
Diffstat (limited to 'arch/arm/mach-s5pv210')
-rw-r--r--arch/arm/mach-s5pv210/include/mach/clkdev.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/clkdev.h b/arch/arm/mach-s5pv210/include/mach/clkdev.h
new file mode 100644
index 000000000000..7dffa83d23ff
--- /dev/null
+++ b/arch/arm/mach-s5pv210/include/mach/clkdev.h
@@ -0,0 +1,7 @@
+#ifndef __MACH_CLKDEV_H__
+#define __MACH_CLKDEV_H__
+
+#define __clk_get(clk) ({ 1; })
+#define __clk_put(clk) do {} while (0)
+
+#endif