aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamuthevar Vadivel Murugan <[email protected]>2020-01-07 14:06:06 +0800
committerKishon Vijay Abraham I <[email protected]>2020-01-14 10:50:19 +0530
commitb109c13a533b8cc2dab92d8668f5c112cc5ae4fc (patch)
treeff705bf7fd26bad0689df7698bca51b3b9cd3c4d
parentc9f9eba06629cd813c21df3327a1013ad092e988 (diff)
phy: intel-lgm-emmc: Fix warning by adding missing MODULE_LICENSE
commit 95f1061f715e ("phy: intel-lgm-emmc: Add support for eMMC PHY") introduces the below warning WARNING: modpost: missing MODULE_LICENSE() in drivers/phy/intel/phy-intel-emmc.o Fix it by adding missing MODULE_LICENSE. Signed-off-by: Ramuthevar Vadivel Murugan <[email protected]> Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Kishon Vijay Abraham I <[email protected]>
-rw-r--r--drivers/phy/intel/phy-intel-emmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/intel/phy-intel-emmc.c b/drivers/phy/intel/phy-intel-emmc.c
index 1a358e7fd236..703aeb122541 100644
--- a/drivers/phy/intel/phy-intel-emmc.c
+++ b/drivers/phy/intel/phy-intel-emmc.c
@@ -281,3 +281,4 @@ module_platform_driver(intel_emmc_driver);
MODULE_AUTHOR("Peter Harliman Liem <[email protected]>");
MODULE_DESCRIPTION("Intel eMMC PHY driver");
+MODULE_LICENSE("GPL v2");