diff options
author | Jeff Johnson <[email protected]> | 2024-06-08 09:14:37 -0700 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2024-06-23 17:23:08 +0200 |
commit | b1c387506d2738b655f0806d3ee3e6fc94ecb910 (patch) | |
tree | 63f94431bce10d296a81f8abd892bab8b61d00b2 /tools/testing/selftests/bpf/progs/test_autoload.c | |
parent | 492eee82574b163fbb3f099c74ce3b4322d0af28 (diff) |
irqchip: Add missing MODULE_DESCRIPTION() macros
On x86, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/irqchip/irq-ts4800.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/irqchip/irq-meson-gpio.o
Add the missing invocation of the MODULE_DESCRIPTION() macro to all
files which have a MODULE_LICENSE(). This includes a 3rd file,
irq-mvebu-pic.c, which did not produce a warning with the x86
allmodconfig, but which may cause this warning with other kernel
configurations.
Signed-off-by: Jeff Johnson <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions