linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sh: remove unused fake_swapper_regs declaration
@ 2022-09-14  7:27 Gaosheng Cui
  0 siblings, 0 replies; only message in thread
From: Gaosheng Cui @ 2022-09-14  7:27 UTC (permalink / raw)
  To: ysato, dalias, arnd, cuigaosheng1; +Cc: linux-sh

All uses of fake_swapper_regs were removed by
commit 37744feebc08 ("sh: remove sh5 support"),
so remove the declaration, too.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
---
 arch/sh/include/asm/processor.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/sh/include/asm/processor.h b/arch/sh/include/asm/processor.h
index 85a6c1c3c16e..8a0ae2e955cd 100644
--- a/arch/sh/include/asm/processor.h
+++ b/arch/sh/include/asm/processor.h
@@ -101,8 +101,6 @@ void stop_this_cpu(void *);
 struct seq_operations;
 struct task_struct;
 
-extern struct pt_regs fake_swapper_regs;
-
 extern void cpu_init(void);
 extern void cpu_probe(void);
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-14  7:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14  7:27 [PATCH] sh: remove unused fake_swapper_regs declaration Gaosheng Cui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).