]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
irqchip: remove MODULE_LICENSE in non-modules
authorNick Alcock <nick.alcock@oracle.com>
Tue, 7 Mar 2023 18:01:39 +0000 (18:01 +0000)
committerLuis Chamberlain <mcgrof@kernel.org>
Thu, 13 Apr 2023 20:13:52 +0000 (13:13 -0700)
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@oracle.com>
Suggested-by: Luis Chamberlain <mcgrof@kernel.org>
Cc: Luis Chamberlain <mcgrof@kernel.org>
Cc: linux-modules@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: Hitomi Hasegawa <hasegawa-hitomi@fujitsu.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Marc Zyngier <maz@kernel.org>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
drivers/irqchip/irq-ls-scfg-msi.c
drivers/irqchip/irq-mbigen.c
drivers/irqchip/irq-renesas-intc-irqpin.c
drivers/irqchip/irq-renesas-irqc.c
drivers/irqchip/irq-renesas-rza1.c

index 527c90e0920e413452f86f1dc8ed2122353c8d5d..f5ba3f9f841596e72781533bfe49febde6a987da 100644 (file)
@@ -430,4 +430,3 @@ module_platform_driver(ls_scfg_msi_driver);
 
 MODULE_AUTHOR("Minghuan Lian <Minghuan.Lian@nxp.com>");
 MODULE_DESCRIPTION("Freescale Layerscape SCFG MSI controller driver");
-MODULE_LICENSE("GPL v2");
index f3faf5c9977064761b6b0c441d98fb8430f73b8a..d6763ea9f310de0a88279c4ff2ca9c4aa172ea3b 100644 (file)
@@ -389,5 +389,4 @@ module_platform_driver(mbigen_platform_driver);
 
 MODULE_AUTHOR("Jun Ma <majun258@huawei.com>");
 MODULE_AUTHOR("Yun Wu <wuyun.wu@huawei.com>");
-MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("HiSilicon MBI Generator driver");
index e83756aca14e0cc2adb976afc5ffc536a51faf18..26e4c17a7bf23dc46ee887d03c670835546efac9 100644 (file)
@@ -608,4 +608,3 @@ module_exit(intc_irqpin_exit);
 
 MODULE_AUTHOR("Magnus Damm");
 MODULE_DESCRIPTION("Renesas INTC External IRQ Pin Driver");
-MODULE_LICENSE("GPL v2");
index 1ee5e9941f671a898a68d90681bb6f0ceeca9869..49b446b396f98874566f59c9a75241d88dc779d1 100644 (file)
@@ -270,4 +270,3 @@ module_exit(irqc_exit);
 
 MODULE_AUTHOR("Magnus Damm");
 MODULE_DESCRIPTION("Renesas IRQC Driver");
-MODULE_LICENSE("GPL v2");
index 72c06e883d1c5fd553117aea4ea731a82a01236e..e4c99c2e0373bf8a5ff68228ccb78c3e06cef3ab 100644 (file)
@@ -281,4 +281,3 @@ module_exit(rza1_irqc_exit);
 
 MODULE_AUTHOR("Geert Uytterhoeven <geert+renesas@glider.be>");
 MODULE_DESCRIPTION("Renesas RZ/A1 IRQC Driver");
-MODULE_LICENSE("GPL v2");