projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b6ff20
)
powerpc/pmac: remove unused symbol
author
Zucheng Zheng
<zhengzucheng@huawei.com>
Fri, 9 Apr 2021 09:35:19 +0000
(17:35 +0800)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Wed, 4 May 2022 09:37:43 +0000
(19:37 +1000)
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
arch/powerpc/platforms/powermac/setup.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/powermac/setup.c
b/arch/powerpc/platforms/powermac/setup.c
index 974d4b49867b5a91251bc2bedd747624f29e73fd..2b5d28f77ab9e71ed94c5365b2800502f224437d 100644
(file)
--- 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);