[PATCH 07/11] arm: use subsys_initcall in non-modular pl320 IPC code

2015-05-31 Thread Paul Gortmaker
The drivers/mailbox/pl320-ipc.o is dependent on config PL320_MBOX which is declared as a bool. Hence the code is never going to 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

[PATCH 07/11] arm: use subsys_initcall in non-modular pl320 IPC code

2015-05-31 Thread Paul Gortmaker
The drivers/mailbox/pl320-ipc.o is dependent on config PL320_MBOX which is declared as a bool. Hence the code is never going to 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