summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/r7s72100.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-06-20 16:53:01 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2014-06-25 07:47:43 (GMT)
commit96bd090066e2150f3970b32f35895de2ab631c95 (patch)
tree12f755b2233257a723085c734d182c5ff3a318fd /arch/arm/mach-shmobile/r7s72100.h
parentd83fa4c9c27c4d8612e39e99506b5420fa05b58b (diff)
downloadlinux-96bd090066e2150f3970b32f35895de2ab631c95.tar.xz
ARM: shmobile: Move r7s72100.h
Change location of r7s72100.h so it can be included using "r7s72100.h" instead of the old style <mach/r7s72100.h>. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/r7s72100.h')
-rw-r--r--arch/arm/mach-shmobile/r7s72100.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/r7s72100.h b/arch/arm/mach-shmobile/r7s72100.h
new file mode 100644
index 0000000..efb723c
--- /dev/null
+++ b/arch/arm/mach-shmobile/r7s72100.h
@@ -0,0 +1,7 @@
+#ifndef __ASM_R7S72100_H__
+#define __ASM_R7S72100_H__
+
+void r7s72100_add_dt_devices(void);
+void r7s72100_clock_init(void);
+
+#endif /* __ASM_R7S72100_H__ */