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:
557b096
)
mfd: stmpe-spi: Add missing MODULE_LICENSE
author
Alexander Stein
<alexander.stein@ew.tq-group.com>
Fri, 25 Jul 2025 07:11:49 +0000
(09:11 +0200)
committer
Lee Jones
<lee@kernel.org>
Wed, 1 Oct 2025 09:28:07 +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-2-alexander.stein@ew.tq-group.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/stmpe-spi.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/stmpe-spi.c
b/drivers/mfd/stmpe-spi.c
index
7fee641
..
dea31ef
100644
(file)
--- a/
drivers/mfd/stmpe-spi.c
+++ b/
drivers/mfd/stmpe-spi.c
@@
-145,3
+145,4
@@
module_spi_driver(stmpe_spi_driver);
MODULE_DESCRIPTION("STMPE MFD SPI Interface Driver");
MODULE_AUTHOR("Viresh Kumar <vireshk@kernel.org>");
+MODULE_LICENSE("GPL");