summaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@ew.tq-group.com>2025-07-25 09:11:50 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-12-07 06:12:17 +0900
commit1f10792d7906b17f9f72842a76467eeffe20c935 (patch)
tree6b3bbb0ee0bb114d3eaa1a18bd8aecc7c31862dd /drivers/mfd
parent660f30aaea31c6bb5d06f30ed7f2df9afe3210c2 (diff)
downloadlinux-1f10792d7906b17f9f72842a76467eeffe20c935.tar.gz
linux-1f10792d7906b17f9f72842a76467eeffe20c935.tar.bz2
linux-1f10792d7906b17f9f72842a76467eeffe20c935.zip
mfd: stmpe-i2c: Add missing MODULE_LICENSE
[ Upstream commit 00ea54f058cd4cb082302fe598cfe148e0aadf94 ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/mfd')
-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 4d55494a97c4..8c36b7d12285 100644
--- a/drivers/mfd/stmpe-i2c.c
+++ b/drivers/mfd/stmpe-i2c.c
@@ -139,3 +139,4 @@ module_exit(stmpe_exit);
MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("STMPE MFD I2C Interface Driver");
MODULE_AUTHOR("Rabin Vincent <rabin.vincent@stericsson.com>");
+MODULE_LICENSE("GPL");