diff options
author | Yogesh Narayan Gaur <[email protected]> | 2019-01-29 09:49:22 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2019-01-29 11:55:41 +0000 |
commit | ce6f0697ebadb90cc37a6ef081384c115bdda196 (patch) | |
tree | 43a0ac23b4229c5208f36029a7f726a62317810a | |
parent | 7aef2b646b24247d880a353e09d4e10614a61cd6 (diff) |
spi: spi-mem: spi-nxp-fspi: add module license info
Add MODULE_LICENSE info to fix below warning:
WARNING: modpost: missing MODULE_LICENSE() in drivers/spi/spi-nxp-fspi.o
Typo fix in Boris Brezillon last name.
Fixes: a5356aef6a90 ("spi: spi-mem: Add driver for NXP FlexSPI controller")
Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Yogesh Narayan Gaur <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | drivers/spi/spi-nxp-fspi.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/spi/spi-nxp-fspi.c b/drivers/spi/spi-nxp-fspi.c index 0327216ef7aa..8894f98cc99c 100644 --- a/drivers/spi/spi-nxp-fspi.c +++ b/drivers/spi/spi-nxp-fspi.c @@ -26,7 +26,7 @@ * * Author: * Yogesh Narayan Gaur <[email protected]> - * Boris Brezillion <[email protected]> + * Boris Brezillon <[email protected]> * Frieder Schrempf <[email protected]> */ @@ -1101,5 +1101,6 @@ module_platform_driver(nxp_fspi_driver); MODULE_DESCRIPTION("NXP FSPI Controller Driver"); MODULE_AUTHOR("NXP Semiconductor"); MODULE_AUTHOR("Yogesh Narayan Gaur <[email protected]>"); -MODULE_AUTHOR("Boris Brezillion <[email protected]>"); +MODULE_AUTHOR("Boris Brezillon <[email protected]>"); MODULE_AUTHOR("Frieder Schrempf <[email protected]>"); +MODULE_LICENSE("GPL v2"); |