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

mfd: stmpe-i2c: 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-3-alexander.stein@ew.tq-group.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Alexander Stein and committed by
Lee Jones
00ea54f0 d00c9120

+1
+1
drivers/mfd/stmpe-i2c.c
··· 126 126 127 127 MODULE_DESCRIPTION("STMPE MFD I2C Interface Driver"); 128 128 MODULE_AUTHOR("Rabin Vincent <rabin.vincent@stericsson.com>"); 129 + MODULE_LICENSE("GPL");