Skip to content

Commit b109c13

Browse files
vadvelkishon
authored andcommitted
phy: intel-lgm-emmc: Fix warning by adding missing MODULE_LICENSE
commit 95f1061 ("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]>
1 parent c9f9eba commit b109c13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/phy/intel/phy-intel-emmc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,3 +281,4 @@ module_platform_driver(intel_emmc_driver);
281281

282282
MODULE_AUTHOR("Peter Harliman Liem <[email protected]>");
283283
MODULE_DESCRIPTION("Intel eMMC PHY driver");
284+
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)