summaryrefslogtreecommitdiff
path: root/include/linux/console_struct.h
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2018-12-10 03:34:49 +0300
committerKishon Vijay Abraham I <kishon@ti.com>2019-02-07 08:40:45 +0300
commita211034a0d3752bce6968f6cae3857c79ac0f998 (patch)
tree4d1128fb1219ab20b5e59c4bfad03a4e8dbc244c /include/linux/console_struct.h
parentcc013c285e3f6c3b7d8b15d39fa53848f9013990 (diff)
downloadlinux-a211034a0d3752bce6968f6cae3857c79ac0f998.tar.xz
phy: make phy-mvebu-sata explicitly non-modular
The Kconfig currently controlling compilation of this code is: drivers/phy/Kconfig:config PHY_MVEBU_SATA drivers/phy/Kconfig: def_bool y ...meaning that it currently is not being built as a module by anyone. Lets remove the couple of traces of modular infrastructure, so that when reading the driver there is no doubt it is builtin-only. Since module_platform_driver() uses the same init level priority as builtin_platform_driver() the init ordering remains unchanged with this commit. Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. 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> Cc: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'include/linux/console_struct.h')
0 files changed, 0 insertions, 0 deletions