[PATCH 21/27] mfd: bcm2835-pm: remove MODULE_LICENSE in non-modules

Lee Jones lee at kernel.org
Fri Mar 3 02:53:05 PST 2023


On Fri, 24 Feb 2023, Nick Alcock wrote:

> Since commit 8b41fc4454e ("kbuild: create modules.builtin without
> Makefile.modbuiltin or tristate.conf"), MODULE_LICENSE declarations
> are used to identify modules. As a consequence, uses of the macro
> in non-modules will cause modprobe to misidentify their containing
> object file as a module when it is not (false positives), and modprobe
> might succeed rather than failing with a suitable error message.
> 
> So remove it in the files in this commit, none of which can be built as
> modules.
> 
> Signed-off-by: Nick Alcock <nick.alcock at oracle.com>
> Suggested-by: Luis Chamberlain <mcgrof at kernel.org>
> Cc: Luis Chamberlain <mcgrof at kernel.org>
> Cc: linux-modules at vger.kernel.org
> Cc: linux-kernel at vger.kernel.org
> Cc: Hitomi Hasegawa <hasegawa-hitomi at fujitsu.com>
> Cc: Lee Jones <lee at kernel.org>
> Cc: Florian Fainelli <f.fainelli at gmail.com>
> Cc: Ray Jui <rjui at broadcom.com>
> Cc: Scott Branden <sbranden at broadcom.com>
> Cc: linux-rpi-kernel at lists.infradead.org
> Cc: linux-arm-kernel at lists.infradead.org
> ---
>  drivers/mfd/bcm2835-pm.c | 1 -
>  1 file changed, 1 deletion(-)

Applied, thanks

-- 
Lee Jones [李琼斯]



More information about the linux-arm-kernel mailing list