forked from Minki/linux
f698a3b58c
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> |
||
---|---|---|
.. | ||
leds-sead3.c | ||
Makefile | ||
Platform | ||
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 | ||
sead3-net.c | ||
sead3-pic32-bus.c | ||
sead3-pic32-i2c-drv.c | ||
sead3-platform.c | ||
sead3-reset.c | ||
sead3-serial.c | ||
sead3-setup.c | ||
sead3-time.c | ||
sead3.dts |