Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mfd: stmpe-spi: Add missing MODULE_LICENSE

This driver is licensed GPL-2.0-only, so add the corresponding module flag.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Link: https://lore.kernel.org/r/20250725071153.338912-2-alexander.stein@ew.tq-group.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Alexander Stein and committed by
Lee Jones
d00c9120 557b0969

+1
+1
drivers/mfd/stmpe-spi.c
··· 145 145 146 146 MODULE_DESCRIPTION("STMPE MFD SPI Interface Driver"); 147 147 MODULE_AUTHOR("Viresh Kumar <vireshk@kernel.org>"); 148 + MODULE_LICENSE("GPL");