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
..
Makefile
Platform
leds-sead3.c
sead3-console.c
sead3-display.c
sead3-ehci.c
sead3-i2c-dev.c
sead3-i2c-drv.c
sead3-i2c.c
sead3-init.c
sead3-int.c
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
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
sead3-platform.c
sead3-reset.c
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
sead3.dts MIPS: sead3: remove chosen node 2014-01-23 13:02:36 +01:00