phy: intel-lgm-emmc: Fix warning by adding missing MODULE_LICENSE
authorRamuthevar Vadivel Murugan <vadivel.muruganx.ramuthevar@linux.intel.com>
Tue, 7 Jan 2020 06:06:06 +0000 (14:06 +0800)
committerKishon Vijay Abraham I <kishon@ti.com>
Tue, 14 Jan 2020 05:20:19 +0000 (10:50 +0530)
commitb109c13a533b8cc2dab92d8668f5c112cc5ae4fc
treeff705bf7fd26bad0689df7698bca51b3b9cd3c4d
parentc9f9eba06629cd813c21df3327a1013ad092e988
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>
drivers/phy/intel/phy-intel-emmc.c