aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPaul Gortmaker <[email protected]>2017-02-23 16:46:03 -0500
committerKishon Vijay Abraham I <[email protected]>2017-04-10 16:42:57 +0530
commit4574a92c59d1d8bb23ed39a95da2933d20077105 (patch)
tree25331d4fb7d3d5c321ed67e9e3723445d81b4c9a /tools/perf/scripts/python
parent1a09b6a7c10e22c489a8b212dd6862b1fd9674ad (diff)
phy: phy-exynos-pcie: make it explicitly non-modular
The Kconfig currently controlling compilation of this code is: drivers/phy/Kconfig:config PHY_EXYNOS_PCIE drivers/phy/Kconfig: bool "Exynos PCIe PHY driver" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure use, 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: Jaehoon Chung <[email protected]> Cc: Jingoo Han <[email protected]> Cc: Kishon Vijay Abraham I <[email protected]> Cc: Kukjin Kim <[email protected]> Cc: Krzysztof Kozlowski <[email protected]> Cc: Pankaj Dubey <[email protected]> Cc: Vivek Gautam <[email protected]> Cc: Javier Martinez Canillas <[email protected]> Cc: Bjorn Helgaas <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Paul Gortmaker <[email protected]> Signed-off-by: Kishon Vijay Abraham I <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions