alistair23-linux/arch/mips/txx9/generic
Paul Gortmaker 26dd3e4ff9 MIPS: Audit and remove any unnecessary uses of module.h
Historically a lot of these existed because we did not have
a distinction between what was modular code and what was providing
support to modules via EXPORT_SYMBOL and friends.  That changed
when we forked out support for the latter into the export.h file.

This means we should be able to reduce the usage of module.h
in code that is obj-y Makefile or bool Kconfig.  In the case of
some code where it is modular, we can extend that to also include
files that are building basic support functionality but not related
to loading or registering the final module; such files also have
no need whatsoever for module.h

The advantage in removing such instances is that module.h itself
sources about 15 other headers; adding significantly to what we feed
cpp, and it can obscure what headers we are effectively using.

Since module.h might have been the implicit source for init.h
(for __init) and for export.h (for EXPORT_SYMBOL) we consider each
instance for the presence of either and replace/add as needed.

Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code.

Build coverage of all the mips defconfigs revealed the module.h
header was masking a couple of implicit include instances, so
we add the appropriate headers there.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: David Daney <david.daney@cavium.com>
Cc: John Crispin <john@phrozen.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: "Steven J. Hill" <steven.hill@cavium.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/15131/
[james.hogan@imgtec.com: Preserve sort order where it already exists]
Signed-off-by: James Hogan <james.hogan@imgtec.com>
2017-02-14 09:00:25 +00:00
..
7segled.c MIPS: TXx9: 7segled: use permission-specific DEVICE_ATTR variants 2017-01-03 16:34:32 +01:00
irq_tx3927.c [MIPS] TXx9: Make tx3927-specific code more independent 2008-07-30 21:54:39 +01:00
irq_tx4927.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
irq_tx4938.c MIPS: Convert the irq functions to the new names 2011-03-29 14:48:07 +02:00
irq_tx4939.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
Makefile MIPS: TXx9: Migrate to new platform makefile style. 2010-08-05 13:25:55 +01:00
mem_tx4927.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
pci.c MIPS: TXx9: Modernize printing of kernel messages 2017-01-03 16:34:32 +01:00
setup.c MIPS: Audit and remove any unnecessary uses of module.h 2017-02-14 09:00:25 +00:00
setup_tx3927.c MIPS: TXx9: Modernize printing of kernel messages 2017-01-03 16:34:32 +01:00
setup_tx4927.c MIPS: TXx9: Modernize printing of kernel messages 2017-01-03 16:34:32 +01:00
setup_tx4938.c MIPS: TXx9: Modernize printing of kernel messages 2017-01-03 16:34:32 +01:00
setup_tx4939.c MIPS: TXx9: Modernize printing of kernel messages 2017-01-03 16:34:32 +01:00
smsc_fdc37m81x.c MIPS: TXx9: Modernize printing of kernel messages 2017-01-03 16:34:32 +01:00
spi_eeprom.c spi: Drop owner assignment from spi_drivers 2015-10-28 10:30:17 +09:00