diff options
| author | Paul Gortmaker <[email protected]> | 2016-08-15 16:30:54 -0400 |
|---|---|---|
| committer | Ralf Baechle <[email protected]> | 2016-10-04 16:13:57 +0200 |
| commit | 0008ef9b159598fb209c134e111381f4fa263dc4 (patch) | |
| tree | 079b0416fa73beae386d9fea26d463389e07a61b /tools/perf/scripts/python | |
| parent | 62ee73d284e796d6df292b3df8c65e63a78a11a7 (diff) | |
MIPS: Lantiq: Make vmmc explicitly non-modular
The Makefile entry controlling compilation of this code is:
arch/mips/lantiq/xway/vmmc.o
---> arch/mips/lantiq/xway/Makefile:obj-y += vmmc.o
...meaning that it currently is not being built as a module by anyone.
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 replace module.h with export.h since the file does actually use
EXPORT_SYMBOL.
Signed-off-by: Paul Gortmaker <[email protected]>
Cc: John Crispin <[email protected]>
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/13930/
Signed-off-by: Ralf Baechle <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions