Message ID | 20220914072748.1339205-1-cuigaosheng1@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | sh: remove unused fake_swapper_regs declaration | expand |
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);
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(-)