aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/netfilter/nf_log_netdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/netfilter/nf_log_netdev.c')
-rw-r--r--net/netfilter/nf_log_netdev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netfilter/nf_log_netdev.c b/net/netfilter/nf_log_netdev.c
index 254c2c6bde48..350eb147754d 100644
--- a/net/netfilter/nf_log_netdev.c
+++ b/net/netfilter/nf_log_netdev.c
@@ -47,7 +47,6 @@ static void __net_exit nf_log_netdev_net_exit(struct net *net)
static struct pernet_operations nf_log_netdev_net_ops = {
.init = nf_log_netdev_net_init,
.exit = nf_log_netdev_net_exit,
- .async = true,
};
static int __init nf_log_netdev_init(void)