diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2018-12-10 03:34:48 +0300 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2019-02-07 08:40:45 +0300 |
commit | cc013c285e3f6c3b7d8b15d39fa53848f9013990 (patch) | |
tree | a684ef710bad8891426580be691e6b9cd236cc9f /drivers/phy/tegra | |
parent | e74f0f8a170fd6113f28bfa8482d8808f8e30112 (diff) | |
download | linux-cc013c285e3f6c3b7d8b15d39fa53848f9013990.tar.xz |
phy: make phy-core explicitly non-modular
The Kconfig currently controlling compilation of this code is:
drivers/phy/Kconfig:config GENERIC_PHY
drivers/phy/Kconfig: bool "PHY Core"
...meaning that it currently is not being built as a module by anyone.
Lets remove the modular code that is essentially orphaned, so that
when reading the driver there is no doubt it is builtin-only.
Since module_init translates to device_initcall in the non-modular
case, the init ordering remains unchanged with this commit.
We don't remove module.h since the file is using other modular fcns
(to load other phy modules) even though the core support itself is
non-modular.
We also delete the MODULE_LICENSE tag etc. since all that information
is already contained at the top of the file in the comments.
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/tegra')
0 files changed, 0 insertions, 0 deletions