All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gaosheng Cui <cuigaosheng1@huawei.com>
To: <rostedt@goodmis.org>, <mingo@redhat.com>,
	<linux@armlinux.org.uk>, <tony@atomide.com>,
	<bcousson@baylibre.com>, <paul@pwsan.com>,
	<krzysztof.kozlowski@linaro.org>, <alim.akhtar@samsung.com>,
	<stefan@agner.ch>, <rmk+kernel@armlinux.org.uk>,
	<linus.walleij@linaro.org>, <broonie@kernel.org>,
	<sebastian.reichel@collabora.co.uk>, <cuigaosheng1@huawei.com>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-omap@vger.kernel.org>, <linux-usb@vger.kernel.org>,
	<linux-samsung-soc@vger.kernel.org>
Subject: [PATCH 2/3] ARM: s3c: remove orphan declarations from arch/arm/mach-s3c/devs.h
Date: Wed, 14 Sep 2022 11:46:14 +0800	[thread overview]
Message-ID: <20220914034615.1240860-3-cuigaosheng1@huawei.com> (raw)
In-Reply-To: <20220914034615.1240860-1-cuigaosheng1@huawei.com>

s3c64xx_device_spi1 and s3c64xx_device_spi2 were removed by
commit f1ba938e4f98 ("spi: s3c64xx: Delete unused boardfile
helpers"), so remove the declaration, too.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
---
 arch/arm/mach-s3c/devs.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/mach-s3c/devs.h b/arch/arm/mach-s3c/devs.h
index 02b0c5750572..991b9b2006a1 100644
--- a/arch/arm/mach-s3c/devs.h
+++ b/arch/arm/mach-s3c/devs.h
@@ -33,8 +33,6 @@ extern struct platform_device s3c64xx_device_onenand1;
 extern struct platform_device s3c64xx_device_pcm0;
 extern struct platform_device s3c64xx_device_pcm1;
 extern struct platform_device s3c64xx_device_spi0;
-extern struct platform_device s3c64xx_device_spi1;
-extern struct platform_device s3c64xx_device_spi2;
 
 extern struct platform_device s3c_device_adc;
 extern struct platform_device s3c_device_cfcon;
-- 
2.25.1


WARNING: multiple messages have this Message-ID (diff)
From: Gaosheng Cui <cuigaosheng1@huawei.com>
To: <rostedt@goodmis.org>, <mingo@redhat.com>,
	<linux@armlinux.org.uk>, <tony@atomide.com>,
	<bcousson@baylibre.com>, <paul@pwsan.com>,
	<krzysztof.kozlowski@linaro.org>, <alim.akhtar@samsung.com>,
	<stefan@agner.ch>, <rmk+kernel@armlinux.org.uk>,
	<linus.walleij@linaro.org>, <broonie@kernel.org>,
	<sebastian.reichel@collabora.co.uk>, <cuigaosheng1@huawei.com>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-omap@vger.kernel.org>, <linux-usb@vger.kernel.org>,
	<linux-samsung-soc@vger.kernel.org>
Subject: [PATCH 2/3] ARM: s3c: remove orphan declarations from arch/arm/mach-s3c/devs.h
Date: Wed, 14 Sep 2022 11:46:14 +0800	[thread overview]
Message-ID: <20220914034615.1240860-3-cuigaosheng1@huawei.com> (raw)
In-Reply-To: <20220914034615.1240860-1-cuigaosheng1@huawei.com>

s3c64xx_device_spi1 and s3c64xx_device_spi2 were removed by
commit f1ba938e4f98 ("spi: s3c64xx: Delete unused boardfile
helpers"), so remove the declaration, too.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
---
 arch/arm/mach-s3c/devs.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/mach-s3c/devs.h b/arch/arm/mach-s3c/devs.h
index 02b0c5750572..991b9b2006a1 100644
--- a/arch/arm/mach-s3c/devs.h
+++ b/arch/arm/mach-s3c/devs.h
@@ -33,8 +33,6 @@ extern struct platform_device s3c64xx_device_onenand1;
 extern struct platform_device s3c64xx_device_pcm0;
 extern struct platform_device s3c64xx_device_pcm1;
 extern struct platform_device s3c64xx_device_spi0;
-extern struct platform_device s3c64xx_device_spi1;
-extern struct platform_device s3c64xx_device_spi2;
 
 extern struct platform_device s3c_device_adc;
 extern struct platform_device s3c_device_cfcon;
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-09-14  3:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-14  3:46 [PATCH 0/3] Remove unused declarations for arm Gaosheng Cui
2022-09-14  3:46 ` Gaosheng Cui
2022-09-14  3:46 ` [PATCH 1/3] ARM: OMAP2+: remove orphan declarations from omap2 Gaosheng Cui
2022-09-14  3:46   ` Gaosheng Cui
2022-09-14  3:46 ` Gaosheng Cui [this message]
2022-09-14  3:46   ` [PATCH 2/3] ARM: s3c: remove orphan declarations from arch/arm/mach-s3c/devs.h Gaosheng Cui
2022-09-14  9:18   ` Mark Brown
2022-09-14  9:18     ` Mark Brown
2022-09-19 10:19   ` (subset) " Krzysztof Kozlowski
2022-09-19 10:19     ` Krzysztof Kozlowski
2022-09-14  3:46 ` [PATCH 3/3] ARM: ftrace: remove unused ftrace_graph_caller_old() declaration Gaosheng Cui
2022-09-14  3:46   ` Gaosheng Cui
2022-10-03 12:17   ` Linus Walleij
2022-10-03 12:17     ` Linus Walleij

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=20220914034615.1240860-3-cuigaosheng1@huawei.com \
    --to=cuigaosheng1@huawei.com \
    --cc=alim.akhtar@samsung.com \
    --cc=bcousson@baylibre.com \
    --cc=broonie@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mingo@redhat.com \
    --cc=paul@pwsan.com \
    --cc=rmk+kernel@armlinux.org.uk \
    --cc=rostedt@goodmis.org \
    --cc=sebastian.reichel@collabora.co.uk \
    --cc=stefan@agner.ch \
    --cc=tony@atomide.com \
    /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 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.