aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@ew.tq-group.com>2025-07-25 09:11:50 +0200
committerLee Jones <lee@kernel.org>2025-10-01 10:28:08 +0100
commit00ea54f058cd4cb082302fe598cfe148e0aadf94 (patch)
tree2dbe57c265fbf8f7c2e6b5e9e378e2caaef52453 /drivers
parentmfd: stmpe-spi: Add missing MODULE_LICENSE (diff)
downloadlinux-00ea54f058cd4cb082302fe598cfe148e0aadf94.tar.gz
linux-00ea54f058cd4cb082302fe598cfe148e0aadf94.zip
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mfd/stmpe-i2c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/stmpe-i2c.c b/drivers/mfd/stmpe-i2c.c
index 145836320c17..943fa363efc3 100644
--- a/drivers/mfd/stmpe-i2c.c
+++ b/drivers/mfd/stmpe-i2c.c
@@ -126,3 +126,4 @@ module_i2c_driver(stmpe_i2c_driver);
MODULE_DESCRIPTION("STMPE MFD I2C Interface Driver");
MODULE_AUTHOR("Rabin Vincent <rabin.vincent@stericsson.com>");
+MODULE_LICENSE("GPL");