From: Guillaume Gardet <guillaume.gardet@free.fr>
To: linux-kernel@vger.kernel.org,
openSUSE Kernel ML <opensuse-kernel@opensuse.org>
Cc: Kishon Vijay Abraham I <kishon@ti.com>,
Girish K S <ks.giri@samsung.com>,
Yuvaraj C D <yuvaraj.cd@samsung.com>,
Jean Delvare <jdelvare@suse.de>
Subject: [PATCH] phy: Fix typo in drivers/phy/phy-exynos5250-sata.c module which fixes the build
Date: Thu, 12 Jun 2014 10:18:15 +0200 [thread overview]
Message-ID: <53996247.5020203@free.fr> (raw)
[-- 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
next reply other threads:[~2014-06-12 8:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-12 8:18 Guillaume Gardet [this message]
2014-06-12 8:36 ` [PATCH] phy: Fix typo in drivers/phy/phy-exynos5250-sata.c module which fixes the build 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53996247.5020203@free.fr \
--to=guillaume.gardet@free.fr \
--cc=jdelvare@suse.de \
--cc=kishon@ti.com \
--cc=ks.giri@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=opensuse-kernel@opensuse.org \
--cc=yuvaraj.cd@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.