summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/emev2.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-02-26 22:39:45 +0100
committerArnd Bergmann <arnd@arndb.de>2016-02-26 22:39:45 +0100
commitac838df7f8fc7aaf87f3361b87542dc8aa957f33 (patch)
tree8cf1b23bbed13cc844e9a55fa2ea72edf0684273 /arch/arm/mach-shmobile/emev2.h
parentb43aa5c01b5287b92ca5b2bd3e18cda328a17b7f (diff)
parent71d076ceb245f0d9a05e552bbebd5911660bd2ac (diff)
Merge tag 'renesas-soc-for-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc
Merge "Renesas ARM Based SoC Updates for v4.6" from Simon Horman: * Enable PM and PM_GENERIC_DOMAINS for SoCs with PM Domains * Move emev2_smp_ops to emev2 * Remove legacy map_io callbacks on r8a7740 and emev2 SoCs * Migrate to generic l2c OF initialization on r8a7740 * tag 'renesas-soc-for-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: ARM: shmobile: Enable PM and PM_GENERIC_DOMAINS for SoCs with PM Domains ARM: shmobile: emev2: Move declaration of emev2_smp_ops to emev2.h ARM: shmobile: emev2: Remove legacy machine_desc.map_io() callback ARM: shmobile: r8a7740: Remove legacy machine_desc.map_io() callback ARM: shmobile: r8a7740: Remove mapping of L2 cache controller registers ARM: shmobile: r8a7740: Migrate to generic l2c OF initialization
Diffstat (limited to 'arch/arm/mach-shmobile/emev2.h')
-rw-r--r--arch/arm/mach-shmobile/emev2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/emev2.h b/arch/arm/mach-shmobile/emev2.h
new file mode 100644
index 000000000000..916d25f6780e
--- /dev/null
+++ b/arch/arm/mach-shmobile/emev2.h
@@ -0,0 +1,6 @@
+#ifndef __ASM_EMEV2_H__
+#define __ASM_EMEV2_H__
+
+extern const struct smp_operations emev2_smp_ops;
+
+#endif /* __ASM_EMEV2_H__ */