All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] powerpc/pmac: remove not use symbol
@ 2021-04-09  9:35 ` Zucheng Zheng
  0 siblings, 0 replies; 3+ messages in thread
From: Zucheng Zheng @ 2021-04-09  9:35 UTC (permalink / raw)
  To: benh, mpe, paulus, oohall, akpm, rppt, christophe.leroy
  Cc: linuxppc-dev, linux-kernel

sccdbg symbol is not used, so remove it

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zucheng Zheng <zhengzucheng@huawei.com>
---
 arch/powerpc/platforms/powermac/setup.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/powerpc/platforms/powermac/setup.c b/arch/powerpc/platforms/powermac/setup.c
index db5107c80485..df9ea37d5708 100644
--- a/arch/powerpc/platforms/powermac/setup.c
+++ b/arch/powerpc/platforms/powermac/setup.c
@@ -83,10 +83,6 @@ extern struct machdep_calls pmac_md;
 
 #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);
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH -next] powerpc/pmac: remove not use symbol
@ 2021-04-09  9:35 ` Zucheng Zheng
  0 siblings, 0 replies; 3+ messages in thread
From: Zucheng Zheng @ 2021-04-09  9:35 UTC (permalink / raw)
  To: benh, mpe, paulus, oohall, akpm, rppt, christophe.leroy
  Cc: linuxppc-dev, linux-kernel

sccdbg symbol is not used, so remove it

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zucheng Zheng <zhengzucheng@huawei.com>
---
 arch/powerpc/platforms/powermac/setup.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/powerpc/platforms/powermac/setup.c b/arch/powerpc/platforms/powermac/setup.c
index db5107c80485..df9ea37d5708 100644
--- a/arch/powerpc/platforms/powermac/setup.c
+++ b/arch/powerpc/platforms/powermac/setup.c
@@ -83,10 +83,6 @@ extern struct machdep_calls pmac_md;
 
 #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);
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH -next] powerpc/pmac: remove not use symbol
  2021-04-09  9:35 ` Zucheng Zheng
  (?)
@ 2022-03-02 13:26 ` Christophe Leroy
  -1 siblings, 0 replies; 3+ messages in thread
From: Christophe Leroy @ 2022-03-02 13:26 UTC (permalink / raw)
  To: Zucheng Zheng, benh, mpe, paulus, oohall, akpm, rppt
  Cc: linuxppc-dev, linux-kernel



Le 09/04/2021 à 11:35, Zucheng Zheng a écrit :
> sccdbg symbol is not used, so remove it

You could mention that it hasn't been used since commit 51d3082fe6e5 
("[PATCH] powerpc: Unify udbg (#2)")


> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Zucheng Zheng <zhengzucheng@huawei.com>
> ---
>   arch/powerpc/platforms/powermac/setup.c | 4 ----
>   1 file changed, 4 deletions(-)
> 
> diff --git a/arch/powerpc/platforms/powermac/setup.c b/arch/powerpc/platforms/powermac/setup.c
> index db5107c80485..df9ea37d5708 100644
> --- a/arch/powerpc/platforms/powermac/setup.c
> +++ b/arch/powerpc/platforms/powermac/setup.c
> @@ -83,10 +83,6 @@ extern struct machdep_calls pmac_md;
>   
>   #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);
>   

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-02 13:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-09  9:35 [PATCH -next] powerpc/pmac: remove not use symbol Zucheng Zheng
2021-04-09  9:35 ` Zucheng Zheng
2022-03-02 13:26 ` Christophe Leroy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.