Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: mcp23s08: add module license

Fix the following build warning:

WARNING: modpost: missing MODULE_LICENSE() in
drivers/pinctrl/pinctrl-mcp23s08.o
see include/linux/module.h for more information

Signed-off-by: Jason Yan <yanaijie@huawei.com>
Link: https://lore.kernel.org/r/20200417092125.12513-1-yanaijie@huawei.com
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Jason Yan and committed by
Linus Walleij
7045e673 5da42a3d

+1
+1
drivers/pinctrl/pinctrl-mcp23s08.c
··· 658 658 return ret; 659 659 } 660 660 EXPORT_SYMBOL_GPL(mcp23s08_probe_one); 661 + MODULE_LICENSE("GPL");