linux_dsm_epyc7002/arch/mips/lantiq/xway
Paul Gortmaker 0008ef9b15 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 <paul.gortmaker@windriver.com>
Cc: John Crispin <john@phrozen.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/13930/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2016-10-04 16:13:57 +02:00
..
clk.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
dcdc.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
dma.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
gptu.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
Makefile MIPS: lantiq: handle vmmc memory reservation 2014-11-24 07:45:17 +01:00
prom.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
reset.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
sysctrl.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
vmmc.c MIPS: Lantiq: Make vmmc explicitly non-modular 2016-10-04 16:13:57 +02:00
xrx200_phy_fw.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00