2020-04-29 08:16:34

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the soundwire tree

Hi all,

[Sorry that I did not report this earlier.]

After merging the soundwire tree, today's linux-next build (x86_64
allmodconfig) produced this warning:

drivers/soundwire/intel_init.c:193:14: warning: 'sdw_intel_init' defined but not used [-Wunused-function]
193 | static void *sdw_intel_init(acpi_handle *parent_handle,
| ^~~~~~~~~~~~~~

Introduced by commit

2978a43e7690 ("soundwire: intel: Make sdw_intel_init static")

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2020-05-02 11:42:06

by Vinod Koul

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the soundwire tree

On 29-04-20, 18:14, Stephen Rothwell wrote:
> Hi all,
>
> [Sorry that I did not report this earlier.]
>
> After merging the soundwire tree, today's linux-next build (x86_64
> allmodconfig) produced this warning:
>
> drivers/soundwire/intel_init.c:193:14: warning: 'sdw_intel_init' defined but not used [-Wunused-function]
> 193 | static void *sdw_intel_init(acpi_handle *parent_handle,
> | ^~~~~~~~~~~~~~
>
> Introduced by commit
>
> 2978a43e7690 ("soundwire: intel: Make sdw_intel_init static")

Thanks for the report, will fix it

--
~Vinod