diff options
Diffstat (limited to 'net/bridge/br_if.c')
-rw-r--r-- | net/bridge/br_if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/br_if.c b/net/bridge/br_if.c index a2cbe61f6e65..7bc0604069c7 100644 --- a/net/bridge/br_if.c +++ b/net/bridge/br_if.c | |||
@@ -467,7 +467,7 @@ int br_del_if(struct net_bridge *br, struct net_device *dev) | |||
467 | return 0; | 467 | return 0; |
468 | } | 468 | } |
469 | 469 | ||
470 | void br_net_exit(struct net *net) | 470 | void __net_exit br_net_exit(struct net *net) |
471 | { | 471 | { |
472 | struct net_device *dev; | 472 | struct net_device *dev; |
473 | LIST_HEAD(list); | 473 | LIST_HEAD(list); |