1
0
Fork 0
alistair23-linux/arch/mips/cobalt
Paul Gortmaker 589de416fb MIPS: Cobalt Don't use module_init in non-modular MTD registration.
As of commit 34b1252bd9 ("MIPS:
Cobalt: Do not build MTD platform device registration code as module.")
this file became built-in instead of modular.  So we should also
stop using module_init as an alias for __initcall as that can be
rather 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.

Direct use of __initcall is discouraged, vs prioritized ones.
Use of device_initcall is consistent with what __initcall
maps onto, and hence does not change the init order, making the
impact of this change zero.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/10549/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2015-06-21 22:14:30 +02:00
..
Makefile MIPS: Cobalt: Do not build MTD platform device registration code as module. 2015-06-10 10:39:30 +02:00
Platform MIPS: Move Cobalt Makefile parts to their own Platform file 2010-08-05 13:25:47 +01:00
buttons.c Update Yoichi Yuasa's e-mail address 2009-07-03 15:45:29 +01:00
irq.c MIPS: Mark cascade and low level interrupts IRQF_NO_THREAD 2011-09-21 17:52:15 +02:00
lcd.c Update Yoichi Yuasa's e-mail address 2009-07-03 15:45:29 +01:00
led.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
mtd.c MIPS: Cobalt Don't use module_init in non-modular MTD registration. 2015-06-21 22:14:30 +02:00
pci.c MIPS: Cobalt: Fix theoretical port aliasing issue 2010-02-27 12:53:43 +01:00
reset.c MIPS: Idle: Consolidate all declarations in <asm/idle.h>. 2013-05-22 01:34:27 +02:00
rtc.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
serial.c Update Yoichi Yuasa's e-mail address 2009-07-03 15:45:29 +01:00
setup.c MIPS: Cobalt: Move to 8250/16550 serial early printk driver 2013-10-29 21:24:38 +01:00
time.c i8253: Create linux/i8253.h and use it in all 8253 related files 2011-06-09 15:01:37 +02:00