summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-renesas-rza1.c
diff options
context:
space:
mode:
authorNick Alcock <nick.alcock@oracle.com>2023-03-07 18:01:39 +0000
committerLuis Chamberlain <mcgrof@kernel.org>2023-04-13 13:13:52 -0700
commit2752626e3eec0c11487b0a03152821f32fc88dfa (patch)
tree4bf30da03e37f7813b8645a98e2ab834528ffb85 /drivers/irqchip/irq-renesas-rza1.c
parent48a3cbf1c566fd68a1a6dd3fc91b6a71dda42e23 (diff)
downloadlinux-stable-2752626e3eec0c11487b0a03152821f32fc88dfa.tar.gz
linux-stable-2752626e3eec0c11487b0a03152821f32fc88dfa.tar.bz2
linux-stable-2752626e3eec0c11487b0a03152821f32fc88dfa.zip
irqchip: remove MODULE_LICENSE in non-modules
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>
Diffstat (limited to 'drivers/irqchip/irq-renesas-rza1.c')
-rw-r--r--drivers/irqchip/irq-renesas-rza1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-renesas-rza1.c b/drivers/irqchip/irq-renesas-rza1.c
index 72c06e883d1c..e4c99c2e0373 100644
--- a/drivers/irqchip/irq-renesas-rza1.c
+++ b/drivers/irqchip/irq-renesas-rza1.c
@@ -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");