All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spi: spi-mem: spi-nxp-fspi: add module license info
@ 2019-01-29  8:31 ` Yogesh Narayan Gaur
  0 siblings, 0 replies; 6+ messages in thread
From: Yogesh Narayan Gaur @ 2019-01-29  8:31 UTC (permalink / raw)
  To: linux-mtd, bbrezillon, marek.vasut, broonie, linux-spi
  Cc: linux-kernel, linux-next, sfr, computersforpeace,
	frieder.schrempf, Yogesh Narayan Gaur

Add MODULE_LICENSE info to fix below warning:
WARNING: modpost: missing MODULE_LICENSE() in drivers/spi/spi-nxp-fspi.o

Signed-off-by: Yogesh Narayan Gaur <yogeshnarayan.gaur@nxp.com>
---
 drivers/spi/spi-nxp-fspi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/spi-nxp-fspi.c b/drivers/spi/spi-nxp-fspi.c
index 0327216ef7aa..90f3d2e4fe5d 100644
--- a/drivers/spi/spi-nxp-fspi.c
+++ b/drivers/spi/spi-nxp-fspi.c
@@ -1103,3 +1103,4 @@ MODULE_AUTHOR("NXP Semiconductor");
 MODULE_AUTHOR("Yogesh Narayan Gaur <yogeshnarayan.gaur@nxp.com>");
 MODULE_AUTHOR("Boris Brezillion <bbrezillon@kernel.org>");
 MODULE_AUTHOR("Frieder Schrempf <frieder.schrempf@kontron.de>");
+MODULE_LICENSE("GPL v2");
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-01-29  9:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-29  8:31 [PATCH] spi: spi-mem: spi-nxp-fspi: add module license info Yogesh Narayan Gaur
2019-01-29  8:31 ` Yogesh Narayan Gaur
2019-01-29  8:45 ` Schrempf Frieder
2019-01-29  8:45   ` Schrempf Frieder
2019-01-29  9:41 ` Boris Brezillon
2019-01-29  9:41   ` Boris Brezillon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.