linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gaosheng Cui <cuigaosheng1@huawei.com>
To: <ysato@users.sourceforge.jp>, <dalias@libc.org>, <arnd@arndb.de>,
	<cuigaosheng1@huawei.com>
Cc: <linux-sh@vger.kernel.org>
Subject: [PATCH] sh: remove unused fake_swapper_regs declaration
Date: Wed, 14 Sep 2022 15:27:48 +0800	[thread overview]
Message-ID: <20220914072748.1339205-1-cuigaosheng1@huawei.com> (raw)

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


                 reply	other threads:[~2022-09-14  7:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220914072748.1339205-1-cuigaosheng1@huawei.com \
    --to=cuigaosheng1@huawei.com \
    --cc=arnd@arndb.de \
    --cc=dalias@libc.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=ysato@users.sourceforge.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).