1
0
Fork 0
alistair23-linux/arch/mips/lasat
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
..
image MIPS: Refactor load/entry address calculations 2013-09-03 17:58:37 +02:00
Kconfig MIPS: Lasat: Add missing CONFIG_PROC_FS dependency to PICVUE_PROC 2014-10-21 17:35:44 +02:00
Makefile MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
Platform MIPS: Lasat: Migrate to new platform makefile style. 2010-08-05 13:25:53 +01:00
at93c.c MIPS: Audit and remove any unnecessary uses of module.h 2017-02-14 09:00:25 +00:00
at93c.h
ds1603.c timekeeping: Increase granularity of read_persistent_clock() 2009-08-15 10:55:46 +02:00
ds1603.h MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
interrupt.c MIPS: Mark cascade and low level interrupts IRQF_NO_THREAD 2011-09-21 17:52:15 +02:00
lasat_board.c [MIPS] Remove mips_machtype for LASAT machines 2008-07-15 18:44:39 +01:00
lasat_models.h
picvue.c mips: delete non-required instances of include <linux/init.h> 2014-01-24 22:39:56 +01:00
picvue.h MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
picvue_proc.c mips: separate extable.h, switch module.h to it 2016-10-05 18:36:18 -04:00
prom.c MIPS: Replace all usages of CL_SIZE by COMMAND_LINE_SIZE 2009-12-17 01:56:56 +00:00
prom.h
reset.c Disintegrate asm/system.h for MIPS 2012-03-28 18:30:02 +01:00
serial.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
setup.c [MIPS] Remove mips_machtype for LASAT machines 2008-07-15 18:44:39 +01:00
sysctl.c MIPS: Audit and remove any unnecessary uses of module.h 2017-02-14 09:00:25 +00:00