summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/r8a7790.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2018-05-18 15:48:50 +0300
committerSimon Horman <horms+renesas@verge.net.au>2018-06-18 13:00:21 +0300
commitf13e47ee48e283e0b5aab8f899d438ae54b1d05d (patch)
tree6ddebc40e438ae5acd6eb978dede5c9bbc6ff47d /arch/arm/mach-shmobile/r8a7790.h
parentce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff)
downloadlinux-f13e47ee48e283e0b5aab8f899d438ae54b1d05d.tar.xz
ARM: shmobile: r8a7790: Remove legacy SMP fallback code
As of commit f5d70b9cee2282ec ("ARM: shmobile: r8a7790: Prioritize DT APMU support") in v4.8, non-DT enablement of SMP was left as a fallback for backwards compatibility with old DTBs. The time has come to drop backwards compatibility, hence remove the fallback code. 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/r8a7790.h')
-rw-r--r--arch/arm/mach-shmobile/r8a7790.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-shmobile/r8a7790.h b/arch/arm/mach-shmobile/r8a7790.h
deleted file mode 100644
index 669c8cd09e07..000000000000
--- a/arch/arm/mach-shmobile/r8a7790.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef __ASM_R8A7790_H__
-#define __ASM_R8A7790_H__
-
-extern const struct smp_operations r8a7790_smp_ops;
-
-#endif /* __ASM_R8A7790_H__ */