]> 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)
committerLee Jones <lee@kernel.org>
Wed, 1 Oct 2025 09:28:08 +0000 (10:28 +0100)
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>
drivers/mfd/stmpe-i2c.c

index 145836320c1707e93eaea253f70c437a087b7fbb..943fa363efc35a2c38bfdc635c486efd8553a13e 100644 (file)
@@ -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");