]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/bridge/br.c
[NETFILTER]: Replace sk_buff ** with sk_buff *
[net-next-2.6.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;