projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d00c912
)
mfd: stmpe-i2c: Add missing MODULE_LICENSE
author
Alexander Stein
<alexander.stein@ew.tq-group.com>
Fri, 25 Jul 2025 07:11:50 +0000
(09:11 +0200)
committer
Lee 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
patch
|
blob
|
history
diff --git
a/drivers/mfd/stmpe-i2c.c
b/drivers/mfd/stmpe-i2c.c
index
1458363
..
943fa36
100644
(file)
--- 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");