[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1405422365-6214-1-git-send-email-sachin.kamat@samsung.com>
Date: Tue, 15 Jul 2014 16:36:05 +0530
From: Sachin Kamat <sachin.kamat@...sung.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, spk.linux@...il.com,
Marcin Wojtas <mw@...ihalf.com>,
Ezequiel Garcia <ezequiel.garcia@...e-electrons.com>
Subject: [PATCH 1/1] ethernet: mvpp2: Fix build breakage
A missing space in the module license string caused the following error
while doing a modular build.
FATAL: modpost: GPL-incompatible module mvpp2.ko uses GPL-only symbol 'platform_driver_unregister'
Signed-off-by: Sachin Kamat <sachin.kamat@...sung.com>
Cc: Marcin Wojtas <mw@...ihalf.com>
Cc: Ezequiel Garcia <ezequiel.garcia@...e-electrons.com>
---
drivers/net/ethernet/marvell/mvpp2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/marvell/mvpp2.c b/drivers/net/ethernet/marvell/mvpp2.c
index 9463ede32e6a..f4de2a9316ff 100644
--- a/drivers/net/ethernet/marvell/mvpp2.c
+++ b/drivers/net/ethernet/marvell/mvpp2.c
@@ -6390,4 +6390,4 @@ module_platform_driver(mvpp2_driver);
MODULE_DESCRIPTION("Marvell PPv2 Ethernet Driver - www.marvell.com");
MODULE_AUTHOR("Marcin Wojtas <mw@...ihalf.com>");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists