alistair23-linux/arch/sh
Paul Gortmaker f368d47587 sh: make board-secureedge5410 explicitly non-modular
The Kconfig currently controlling compilation of this code is:

config SH_SECUREEDGE5410
        bool "SecureEdge5410"

....meaning that it currently is not being built as a module by anyone.

Lets remove the couple traces of modularity so that when reading the
driver there is no doubt it is builtin-only.

Since module_init translates to device_initcall in the non-modular
case, the init ordering remains unchanged with this commit.

We don't replace module.h with init.h since the file already has that.

Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Rich Felker <dalias@libc.org>
Cc: linux-sh@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Rich Felker <dalias@libc.org>
2016-07-31 03:33:32 +00:00
..
boards sh: make board-secureedge5410 explicitly non-modular 2016-07-31 03:33:32 +00:00
boot sh: add support for linking a builtin device tree blob in the kernel 2016-07-31 03:33:32 +00:00
cchips genirq: Remove irq argument from irq flow handlers 2015-09-16 15:47:51 +02:00
configs arch/defconfig: remove CONFIG_RESOURCE_COUNTERS 2016-05-23 17:04:14 -07:00
drivers PCI: Remove unused "pci_probe" flags 2015-07-27 17:09:40 -05:00
include sh: make sigcontext definition consistent across fpu/nofpu models 2016-07-31 03:33:32 +00:00
kernel sh: make time.c explicitly non-modular 2016-07-31 03:33:32 +00:00
lib sh: New gcc support 2016-03-17 19:45:44 +00:00
lib64
math-emu
mm sh: make mm/asids-debugfs explicitly non-modular 2016-07-31 03:33:32 +00:00
oprofile
tools
Kconfig sh: fix futex/robust_list on nommu models 2016-07-31 03:33:32 +00:00
Kconfig.cpu
Kconfig.debug
Makefile sh: add support for linking a builtin device tree blob in the kernel 2016-07-31 03:33:32 +00:00