linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] meson-mx-socinfo: Make local function meson_mx_socinfo_init() static
@ 2018-01-10 14:19 Wei Yongjun
  2018-02-09  0:49 ` Kevin Hilman
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Yongjun @ 2018-01-10 14:19 UTC (permalink / raw)
  To: Carlo Caione, Kevin Hilman, Martin Blumenstingl
  Cc: Wei Yongjun, linux-arm-kernel, linux-amlogic, linux-kernel,
	kernel-janitors

Fixes the following sparse warnings:

drivers/soc/amlogic/meson-mx-socinfo.c:107:12: warning:
 symbol 'meson_mx_socinfo_init' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
---
 drivers/soc/amlogic/meson-mx-socinfo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/amlogic/meson-mx-socinfo.c b/drivers/soc/amlogic/meson-mx-socinfo.c
index 7bfff5f..78f0f1a 100644
--- a/drivers/soc/amlogic/meson-mx-socinfo.c
+++ b/drivers/soc/amlogic/meson-mx-socinfo.c
@@ -104,7 +104,7 @@ static const char *meson_mx_socinfo_soc_id(unsigned int major_ver,
 	{ /* sentinel */ }
 };
 
-int __init meson_mx_socinfo_init(void)
+static int __init meson_mx_socinfo_init(void)
 {
 	struct soc_device_attribute *soc_dev_attr;
 	struct soc_device *soc_dev;

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

* Re: [PATCH -next] meson-mx-socinfo: Make local function meson_mx_socinfo_init() static
  2018-01-10 14:19 [PATCH -next] meson-mx-socinfo: Make local function meson_mx_socinfo_init() static Wei Yongjun
@ 2018-02-09  0:49 ` Kevin Hilman
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2018-02-09  0:49 UTC (permalink / raw)
  To: Wei Yongjun
  Cc: Carlo Caione, Martin Blumenstingl, linux-arm-kernel,
	linux-amlogic, lkml, kernel-janitors

On Wed, Jan 10, 2018 at 6:19 AM, Wei Yongjun <weiyongjun1@huawei.com> wrote:
> Fixes the following sparse warnings:
>
> drivers/soc/amlogic/meson-mx-socinfo.c:107:12: warning:
>  symbol 'meson_mx_socinfo_init' was not declared. Should it be static?
>
> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>

Applied for v4.17,

Kevin

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

end of thread, other threads:[~2018-02-09  0:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-10 14:19 [PATCH -next] meson-mx-socinfo: Make local function meson_mx_socinfo_init() static Wei Yongjun
2018-02-09  0:49 ` Kevin Hilman

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).