Subject: [PATCH v1] phy: intel-lgm-emmc: Fix warning by adding missing MODULE_LICENSE

From: Ramuthevar Vadivel Murugan <[email protected]>

Fix below build warning

WARNING: modpost: missing MODULE_LICENSE() in
drivers/phy/intel/phy-intel-emmc.o

Introduced by commit

95f1061f715e ("phy: intel-lgm-emmc: Add support for eMMC PHY")

by adding missing MODULE_LICENSE.

Signed-off-by: Ramuthevar Vadivel Murugan <[email protected]>
Reported-by: Stephen Rothwell <[email protected]>
---
drivers/phy/intel/phy-intel-emmc.c | 1 +
1 file changed, 1 insertion(+)

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");
--
2.11.0