mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 14:41:39 +00:00
b205118bdb
The psw.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. Reported-by: kbuild test robot <fengguang.wu@intel.com> Cc: Paul Mundt <lethal@linux-sh.org> Cc: linux-sh@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> |
||
---|---|---|
.. | ||
mach-ap325rxa | ||
mach-cayman | ||
mach-dreamcast | ||
mach-ecovec24 | ||
mach-highlander | ||
mach-hp6xx | ||
mach-kfr2r09 | ||
mach-landisk | ||
mach-lboxre2 | ||
mach-microdev | ||
mach-migor | ||
mach-r2d | ||
mach-rsk | ||
mach-sdk7780 | ||
mach-sdk7786 | ||
mach-se | ||
mach-sh03 | ||
mach-sh7763rdp | ||
mach-x3proto | ||
board-apsh4a3a.c | ||
board-apsh4ad0a.c | ||
board-edosk7705.c | ||
board-edosk7760.c | ||
board-espt.c | ||
board-magicpanelr2.c | ||
board-polaris.c | ||
board-secureedge5410.c | ||
board-sh2007.c | ||
board-sh7757lcr.c | ||
board-sh7785lcr.c | ||
board-shmin.c | ||
board-titan.c | ||
board-urquell.c | ||
Kconfig | ||
Makefile |