lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200107060606.28028-1-vadivel.muruganx.ramuthevar@linux.intel.com>
Date:   Tue,  7 Jan 2020 14:06:06 +0800
From:   "Ramuthevar,Vadivel MuruganX" 
        <vadivel.muruganx.ramuthevar@...ux.intel.com>
To:     sfr@...b.auug.org.au, kishon@...com
Cc:     linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
        andriy.shevchenko@...el.com,
        Ramuthevar Vadivel Murugan 
        <vadivel.muruganx.ramuthevar@...ux.intel.com>
Subject: [PATCH v1] phy: intel-lgm-emmc: Fix warning by adding missing MODULE_LICENSE

From: Ramuthevar Vadivel Murugan <vadivel.muruganx.ramuthevar@...ux.intel.com>

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 <vadivel.muruganx.ramuthevar@...ux.intel.com>
Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
---
 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 <peter.harliman.liem@...el.com>");
 MODULE_DESCRIPTION("Intel eMMC PHY driver");
+MODULE_LICENSE("GPL v2");
-- 
2.11.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ