]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/bridge/br.c
[NET]: Fix race between poll_napi() and net_rx_action()
[linux-2.6-omap-h63xx.git] / net / bridge / br.c
index 848b8fa8bedd23ee09048ec87e096fc505b6fcb7..93867bb6cc978ca76c07c6de8bb31f55b0e8dc79 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "br_private.h"
 
-int (*br_should_route_hook) (struct sk_buff **pskb) = NULL;
+int (*br_should_route_hook)(struct sk_buff *skb);
 
 static struct llc_sap *br_stp_sap;