diff options
author | Zucheng Zheng <[email protected]> | 2021-04-09 17:35:19 +0800 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2022-05-04 19:37:43 +1000 |
commit | 295135d32fde7fa11c983cc7b1b79c49556c14cf (patch) | |
tree | c577b579308be70998b69085a6a9664d56f0f2df | |
parent | 2b6ff203cd45ba3018fe84affdac93ef07e1db3d (diff) |
powerpc/pmac: remove unused symbol
sccdbg symbol is not used, so remove it
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Zucheng Zheng <[email protected]>
Signed-off-by: Christophe Leroy <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/powerpc/platforms/powermac/setup.c | 4 |
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); |