All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] phy: Fix typo in drivers/phy/phy-exynos5250-sata.c module which fixes the build
@ 2014-06-12  8:18 Guillaume Gardet
  2014-06-12  8:36 ` Sachin Kamat
  0 siblings, 1 reply; 7+ messages in thread
From: Guillaume Gardet @ 2014-06-12  8:18 UTC (permalink / raw)
  To: linux-kernel, openSUSE Kernel ML
  Cc: Kishon Vijay Abraham I, Girish K S, Yuvaraj C D, Jean Delvare

[-- Attachment #1: Type: text/plain, Size: 440 bytes --]

Hi,

please find in attachment a patch which fixes a typo in drivers/phy/phy-exynos5250-sata.c module license.
It fixes the following build error:
    FATAL: modpost: GPL-incompatible module phy-exynos5250-sata.ko uses GPL-only symbol 'platform_driver_unregister'

Please keep me in CC since I am not subscribed to the linux-kernel@vger.kernel.org ML.

Signed-off-by: Guillaume GARDET <guillaume.gardet@opensuse.org>


Regards,

Guillaume


[-- Attachment #2: 0001-Fix-typo-in-drivers-phy-phy-exynos5250-sata.c-module.patch --]
[-- Type: text/x-patch, Size: 1035 bytes --]

>From d46b09fbf39bb8820b65e064482b923252379b8a Mon Sep 17 00:00:00 2001
From: Guillaume GARDET <guillaume.gardet@opensuse.org>
Date: Thu, 12 Jun 2014 10:02:15 +0200
Subject: [PATCH] Fix typo in drivers/phy/phy-exynos5250-sata.c module
 license. It fixes the following error: FATAL: modpost:
 GPL-incompatible module phy-exynos5250-sata.ko uses
 GPL-only symbol 'platform_driver_unregister'

---
 drivers/phy/phy-exynos5250-sata.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/phy/phy-exynos5250-sata.c b/drivers/phy/phy-exynos5250-sata.c
index c9361b7..0568945 100644
--- a/drivers/phy/phy-exynos5250-sata.c
+++ b/drivers/phy/phy-exynos5250-sata.c
@@ -246,6 +246,6 @@ static struct platform_driver exynos_sata_phy_driver = {
 module_platform_driver(exynos_sata_phy_driver);
 
 MODULE_DESCRIPTION("Samsung SerDes PHY driver");
-MODULE_LICENSE("GPL V2");
+MODULE_LICENSE("GPL v2");
 MODULE_AUTHOR("Girish K S <ks.giri@samsung.com>");
 MODULE_AUTHOR("Yuvaraj C D <yuvaraj.cd@samsung.com>");
-- 
1.7.10.4


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

end of thread, other threads:[~2014-06-12 10:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-12  8:18 [PATCH] phy: Fix typo in drivers/phy/phy-exynos5250-sata.c module which fixes the build Guillaume Gardet
2014-06-12  8:36 ` Sachin Kamat
2014-06-12  8:44   ` Guillaume Gardet
2014-06-12  9:03     ` Kishon Vijay Abraham I
2014-06-12  9:44       ` Guillaume Gardet
2014-06-12  9:48         ` Kishon Vijay Abraham I
2014-06-12 10:01         ` Jean Delvare

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.