diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2015-08-19 23:48:06 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-04 18:27:56 +0200 |
commit | 3bce6f6434a14d3bb444483476885f0d2a32329e (patch) | |
tree | 21508ff42e0761d4357780b54791fa82a8e222ed /Kbuild | |
parent | drivers/tty: make pty.c slightly more explicitly non-modular (diff) | |
download | linux-3bce6f6434a14d3bb444483476885f0d2a32329e.tar.xz linux-3bce6f6434a14d3bb444483476885f0d2a32329e.zip |
drivers/tty: make sysrq.c slightly more explicitly non-modular
The Kconfig currently controlling compilation of this code is:
config.debug:config MAGIC_SYSRQ
bool "Magic SysRq key"
...meaning that it currently is not being built as a module by anyone.
Lets remove the traces of modularity we can so that when reading the
driver there is less 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 delete the module.h include since other parts of the file are
using content from there.
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jslaby@suse.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions