net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 16 Oct 2008 22:24:51 +0000 (15:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Oct 2008 22:24:51 +0000 (15:24 -0700)
commit95a5afca4a8d2e1cb77e1d4bc6ff9f718dc32f7a
tree15452d28df4e4d76fc1276e791a7cc3c6e1a9b3a
parent00269b54edbf25f3bb0dccb558ae23a6fc77ed86
net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)

Some code here depends on CONFIG_KMOD to not try to load
protocol modules or similar, replace by CONFIG_MODULES
where more than just request_module depends on CONFIG_KMOD
and and also use try_then_request_module in ebtables.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
20 files changed:
net/bluetooth/af_bluetooth.c
net/bridge/netfilter/ebtables.c
net/can/af_can.c
net/core/dev.c
net/core/rtnetlink.c
net/dccp/ccid.c
net/decnet/dn_dev.c
net/ipv4/devinet.c
net/ipv4/inet_diag.c
net/ipv4/tcp_cong.c
net/netfilter/nf_conntrack_netlink.c
net/netfilter/nfnetlink.c
net/netlink/af_netlink.c
net/phonet/af_phonet.c
net/sched/act_api.c
net/sched/cls_api.c
net/sched/ematch.c
net/sched/sch_api.c
net/socket.c
net/sunrpc/auth.c