]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
mfd: stmpe-i2c: Add missing MODULE_LICENSE
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 25 Jul 2025 07:11:50 +0000 (09:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Nov 2025 20:34:08 +0000 (15:34 -0500)
[ 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>
drivers/mfd/stmpe-i2c.c

index fe018bedab9837dd5a7c9848d244cf1caba0014c..7e2ca3975882506fa036cf515e67ee21aba110f6 100644 (file)
@@ -137,3 +137,4 @@ module_exit(stmpe_exit);
 
 MODULE_DESCRIPTION("STMPE MFD I2C Interface Driver");
 MODULE_AUTHOR("Rabin Vincent <rabin.vincent@stericsson.com>");
+MODULE_LICENSE("GPL");