diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-05-18 15:48:52 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-06-18 13:00:21 +0300 |
commit | 488aa3c045a7de12a39babec5196260b9f0e8881 (patch) | |
tree | a0f666311e9330e0918bf4ec692acd45a9a38841 /arch/arm/mach-shmobile/r8a7791.h | |
parent | 78a9057fcc6341bb468e7ec5ac599f06e6a75547 (diff) | |
download | linux-488aa3c045a7de12a39babec5196260b9f0e8881.tar.xz |
ARM: shmobile: r8a7791: Remove legacy SMP fallback code
As of commit f89a51700d7ae0ef ("ARM: shmobile: r8a7791: 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/r8a7791.h')
-rw-r--r-- | arch/arm/mach-shmobile/r8a7791.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-shmobile/r8a7791.h b/arch/arm/mach-shmobile/r8a7791.h deleted file mode 100644 index 8c794aace938..000000000000 --- a/arch/arm/mach-shmobile/r8a7791.h +++ /dev/null @@ -1,7 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef __ASM_R8A7791_H__ -#define __ASM_R8A7791_H__ - -extern const struct smp_operations r8a7791_smp_ops; - -#endif /* __ASM_R8A7791_H__ */ |