aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZucheng Zheng <zhengzucheng@huawei.com>2021-04-09 17:35:19 +0800
committerMichael Ellerman <mpe@ellerman.id.au>2022-05-04 19:37:43 +1000
commit295135d32fde7fa11c983cc7b1b79c49556c14cf (patch)
treec577b579308be70998b69085a6a9664d56f0f2df
parentpowerpc: make 'boot_text_mapped' static (diff)
downloadlinux-dev-295135d32fde7fa11c983cc7b1b79c49556c14cf.tar.xz
linux-dev-295135d32fde7fa11c983cc7b1b79c49556c14cf.zip
powerpc/pmac: remove unused symbol
sccdbg symbol is not used, so remove it Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Zucheng Zheng <zhengzucheng@huawei.com> Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210409093519.118000-1-zhengzucheng@huawei.com
-rw-r--r--arch/powerpc/platforms/powermac/setup.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/powermac/setup.c b/arch/powerpc/platforms/powermac/setup.c
index 974d4b49867b..2b5d28f77ab9 100644
--- a/arch/powerpc/platforms/powermac/setup.c
+++ b/arch/powerpc/platforms/powermac/setup.c
@@ -81,10 +81,6 @@ static int current_root_goodness = -1;
#define DEFAULT_ROOT_DEVICE Root_SDA1 /* sda1 - slightly silly choice */
-#ifdef CONFIG_PPC64
-int sccdbg;
-#endif
-
sys_ctrler_t sys_ctrler = SYS_CTRLER_UNKNOWN;
EXPORT_SYMBOL(sys_ctrler);