2020-04-17 02:32:09

by Stephen Rothwell

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

Hi all,

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

WARNING: modpost: missing MODULE_LICENSE() in drivers/pinctrl/pinctrl-mcp23s08.o
see include/linux/module.h for more information

Introduced by commit

0f04a81784fe ("pinctrl: mcp23s08: Split to three parts: core, I²C, SPI")

--
Cheers,
Stephen Rothwell


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

2020-04-17 10:28:10

by Linus Walleij

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

On Fri, Apr 17, 2020 at 4:28 AM Stephen Rothwell <[email protected]> wrote:

> After merging the pinctrl tree, today's linux-next build (x86_64
> allmodconfig) produced this warning:
>
> WARNING: modpost: missing MODULE_LICENSE() in drivers/pinctrl/pinctrl-mcp23s08.o
> see include/linux/module.h for more information
>
> Introduced by commit
>
> 0f04a81784fe ("pinctrl: mcp23s08: Split to three parts: core, I²C, SPI")

Thanks I got a patch to fix it up and applied.

Yours,
Linus Walleij