mirror_ubuntu-kernels/drivers/phy/intel
Nick Alcock 7540fb785b phy: intel: remove MODULE_LICENSE in non-modules
Since commit 8b41fc4454 ("kbuild: create modules.builtin without
Makefile.modbuiltin or tristate.conf"), MODULE_LICENSE declarations
are used to identify modules. As a consequence, uses of the macro
in non-modules will cause modprobe to misidentify their containing
object file as a module when it is not (false positives), and modprobe
might succeed rather than failing with a suitable error message.

So remove it in the files in this commit, none of which can be built as
modules.

Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
Suggested-by: Luis Chamberlain <mcgrof@kernel.org>
Cc: Luis Chamberlain <mcgrof@kernel.org>
Cc: linux-modules@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: Hitomi Hasegawa <hasegawa-hitomi@fujitsu.com>
Cc: Vinod Koul <vkoul@kernel.org>
Cc: Kishon Vijay Abraham I <kishon@kernel.org>
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: linux-phy@lists.infradead.org
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
2023-04-13 13:13:52 -07:00
..
Kconfig phy: intel: Add Thunder Bay eMMC PHY support 2021-11-23 13:11:52 +05:30
Makefile phy: intel: Add Thunder Bay eMMC PHY support 2021-11-23 13:11:52 +05:30
phy-intel-keembay-emmc.c phy: intel: Fix for warnings due to EMMC clock 175Mhz change in FIP 2021-06-29 16:45:16 +02:00
phy-intel-keembay-usb.c phy: intel: Add Keem Bay USB PHY support 2020-11-30 15:28:10 +05:30
phy-intel-lgm-combo.c phy: intel: remove MODULE_LICENSE in non-modules 2023-04-13 13:13:52 -07:00
phy-intel-lgm-emmc.c phy: intel: Rename phy-intel to phy-intel-lgm 2020-09-16 17:45:19 +05:30
phy-intel-thunderbay-emmc.c phy: intel: Remove redundant dev_err call in thunderbay_emmc_phy_probe() 2021-12-02 09:46:33 +05:30