[PATCH 1/1] ethernet: mvpp2: Fix build breakage

Subsystems: networking drivers, the rest

STALE4402d

2 messages, 2 authors, 2014-07-15 · open the first message on its own page

[PATCH 1/1] ethernet: mvpp2: Fix build breakage

From: Sachin Kamat <hidden>
Date: 2014-07-15 11:10:04

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 <redacted>
Cc: Marcin Wojtas <redacted>
Cc: Ezequiel Garcia <redacted>
---
 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@semihalf.com>");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
-- 
1.7.9.5

Re: [PATCH 1/1] ethernet: mvpp2: Fix build breakage

From: David Miller <davem@davemloft.net>
Date: 2014-07-15 23:07:38

From: Sachin Kamat <redacted>
Date: Tue, 15 Jul 2014 16:36:05 +0530
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 <redacted>
Cc: Marcin Wojtas <redacted>
Cc: Ezequiel Garcia <redacted>
Ezequiel sent me a similar fix first, so I applied his copy just now.

Thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help