Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <vadivel.muruganx.ramuthevar@linux.intel.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Ramuthevar Vadivel Murugan and committed by
Kishon Vijay Abraham I
b109c13a c9f9eba0

+1
+1
drivers/phy/intel/phy-intel-emmc.c
··· 281 281 282 282 MODULE_AUTHOR("Peter Harliman Liem <peter.harliman.liem@intel.com>"); 283 283 MODULE_DESCRIPTION("Intel eMMC PHY driver"); 284 + MODULE_LICENSE("GPL v2");