summaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2016-07-11 12:51:01 -0400
committerDavid S. Miller <davem@davemloft.net>2016-07-11 13:52:43 -0700
commita536a6e13ecd0d6eb0ffc36c5d56555896617282 (patch)
treebafd2948a95ce779e5df76f7ad0505647473cb5a /drivers/usb
parentf50cef6f77d08fced02eba7ac7c1cab4972c3786 (diff)
downloadlinux-a536a6e13ecd0d6eb0ffc36c5d56555896617282.tar.gz
linux-a536a6e13ecd0d6eb0ffc36c5d56555896617282.tar.bz2
linux-a536a6e13ecd0d6eb0ffc36c5d56555896617282.zip
bpf: make inode code explicitly non-modular
The Kconfig currently controlling compilation of this code is: init/Kconfig:config BPF_SYSCALL init/Kconfig: bool "Enable bpf() system call" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure use, so that when reading the driver there is no doubt it is builtin-only. Note that MODULE_ALIAS is a no-op for non-modular code. We replace module.h with init.h since the file does use __init. Cc: Alexei Starovoitov <ast@kernel.org> Cc: netdev@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/usb')
0 files changed, 0 insertions, 0 deletions