alistair23-linux/arch/mips/mti-sead3
Paul Gortmaker f698a3b58c MIPS: SEAD3: Don't use module_init in non-modular sead3-mtd.c code
The sead3-mtd.o is built for obj-y -- and hence this code is always
present.  It will never be modular, so using module_init as an alias
for __initcall can be somewhat misleading.

Fix this up now, so that we can relocate module_init from
init.h into module.h in the future.  If we don't do this, we'd
have to add module.h to obviously non-modular code, and that
would be a worse thing.

Note that direct use of __initcall is discouraged, vs. one
of the priority categorized subgroups.  As __initcall gets
mapped onto device_initcall, our use of device_initcall
directly in this change means that the runtime impact is
zero -- it will remain at level 6 in initcall ordering.

We also fix a missing semicolon, which this change uncovers.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: linux-mips@linux-mips.org
Cc: fengguang.wu@intel.com
Patchwork: https://patchwork.linux-mips.org/patch/6412/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2014-03-31 18:17:12 +02:00
..
leds-sead3.c MIPS: sead3: Use generic suspend/resume for LEDs. 2013-05-08 12:30:09 +02:00
Makefile MIPS: sead3: allow cmdline/env to change memory size using memsize param 2014-01-23 13:02:36 +01:00
Platform
sead3-console.c MIPS: FW: sead3: Use new common FW library variable processing. 2013-05-08 12:30:09 +02:00
sead3-display.c MIPS: FW: Remove obsolete header file for MTI platforms. 2013-05-08 12:30:10 +02:00
sead3-ehci.c
sead3-i2c-dev.c
sead3-i2c-drv.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
sead3-i2c.c
sead3-init.c MIPS: microMIPS: Add support for exception handling. 2013-05-09 17:55:18 +02:00
sead3-int.c MIPS: Move 'gic_present' to common location. 2013-05-09 17:55:20 +02:00
sead3-lcd.c
sead3-leds.c
sead3-mtd.c MIPS: SEAD3: Don't use module_init in non-modular sead3-mtd.c code 2014-03-31 18:17:12 +02:00
sead3-net.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
sead3-pic32-bus.c mips: delete non-required instances of include <linux/init.h> 2014-01-24 22:39:56 +01:00
sead3-pic32-i2c-drv.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
sead3-platform.c
sead3-reset.c MIPS: sead3: Fix ability to perform a soft reset. 2013-06-21 18:07:01 +02:00
sead3-serial.c
sead3-setup.c MIPS: sead3: use unflatten_and_copy_device_tree() 2014-01-23 13:02:36 +01:00
sead3-time.c MIPS: sead3: remove unused cpu_khz variable 2014-01-23 13:02:35 +01:00
sead3.dts MIPS: sead3: remove chosen node 2014-01-23 13:02:36 +01:00