summaryrefslogtreecommitdiffstats
path: root/crypto/xor.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2015-08-19 23:48:07 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-04 18:27:56 +0200
commit4b07dd3df3e0928d2abaed32074715723d461744 (patch)
treeca0e6e2e8a9db7abad3a2c35aa31eb654705f045 /crypto/xor.c
parentdrivers/tty: make sysrq.c slightly more explicitly non-modular (diff)
downloadlinux-4b07dd3df3e0928d2abaed32074715723d461744.tar.xz
linux-4b07dd3df3e0928d2abaed32074715723d461744.zip
drivers/tty: make hvc_console.c explicitly non-modular
The Kconfig currently controlling compilation of this code is: drivers/tty/hvc/Kconfig:config HVC_DRIVER drivers/tty/hvc/Kconfig: bool ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned, so that when reading the driver there is no doubt it is builtin-only, even though someone bothered to comment that the code was not used. Unlike other changes, this driver binds in w/o using module_init, so we dont have init ordering concerns with this commit. Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Jiri Slaby <jslaby@suse.com> Acked-by: Michael Ellerman <mpe@ellerman.id.au> Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'crypto/xor.c')
0 files changed, 0 insertions, 0 deletions