diff options
| author | Paul Gortmaker <[email protected]> | 2019-01-13 13:36:39 -0500 |
|---|---|---|
| committer | Lee Jones <[email protected]> | 2019-02-01 08:21:13 +0000 |
| commit | cf090914da11e067a6f0438651912929c8b038f2 (patch) | |
| tree | f0bf483a234412168f50d5783069c705a397e3ce /tools/perf/scripts/python/bin/export-to-postgresql-report | |
| parent | cbd230978fe6349912325f739f3f1720e6599504 (diff) | |
mfd: sta2x11: Drop unused MODULE_ tags from non-modular code
The Kconfig currently controlling compilation of this code is:
drivers/mfd/Kconfig:config MFD_STA2X11
drivers/mfd/Kconfig: bool "STMicroelectronics STA2X11"
...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.
We delete the MODULE_LICENSE tag etc. since all that information
is already contained at the top of the file in the comments.
Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code.
We replace module.h with init.h and export.h ; the latter since the
file does export some symbols.
Signed-off-by: Paul Gortmaker <[email protected]>
Acked-by: Alessandro Rubini <[email protected]>
Acked-by: Davide Ciminaghi <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions