]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/if_bridge.h
[SCSI] libsas: Warn if ATA device detected but CONFIG_SCSI_SAS_ATA not set
[linux-2.6-omap-h63xx.git] / include / linux / if_bridge.h
index 99e3a1a0009955472f4eacb84040613f75e21cc9..58e43e5664575f25e7249a6e4c4301ee0a036ce4 100644 (file)
@@ -107,7 +107,7 @@ struct __fdb_entry
 extern void brioctl_set(int (*ioctl_hook)(struct net *, unsigned int, void __user *));
 extern struct sk_buff *(*br_handle_frame_hook)(struct net_bridge_port *p,
                                               struct sk_buff *skb);
-extern int (*br_should_route_hook)(struct sk_buff **pskb);
+extern int (*br_should_route_hook)(struct sk_buff *skb);
 
 #endif