

In file included from net/atm/mpc.c:29:
net/atm/lec.h:20: warning: `struct net_bridge' declared inside parameter list
net/atm/lec.h:20: warning: its scope is only this definition or declaration, which is probably not what you want



---

 25-x86_64-akpm/net/atm/lec.h |    1 +
 1 files changed, 1 insertion(+)

diff -puN net/atm/lec.h~lec-warning-fix net/atm/lec.h
--- 25-x86_64/net/atm/lec.h~lec-warning-fix	Sun Apr 18 16:55:50 2004
+++ 25-x86_64-akpm/net/atm/lec.h	Sun Apr 18 16:57:27 2004
@@ -16,6 +16,7 @@
 
 #if defined (CONFIG_BRIDGE) || defined(CONFIG_BRIDGE_MODULE)
 #include <linux/if_bridge.h>
+struct net_bridge;
 extern struct net_bridge_fdb_entry *(*br_fdb_get_hook)(struct net_bridge *br,
                                                 unsigned char *addr);
 extern void (*br_fdb_put_hook)(struct net_bridge_fdb_entry *ent);

_
