Re: [Linux-zigbee-devel] [PATCH] net: af802154: Fix wrong structure declaration

2013-10-08 Thread David Miller
From: Guenter Roeck Date: Sun, 6 Oct 2013 14:44:01 -0700 > net_devce doesn't exist. > > Signed-off-by: Guenter Roeck This is simply rediculous. The reason I say this is that every user of this header includes net/sock.h which in turn includes linux/skbuff.h and linux/netdevice.h which theref

Re: [Linux-zigbee-devel] [PATCH] net: af802154: Fix wrong structure declaration

2013-10-06 Thread Joe Perches
On Sun, 2013-10-06 at 14:44 -0700, Guenter Roeck wrote: > net_devce doesn't exist. [] > diff --git a/net/ieee802154/af802154.h b/net/ieee802154/af802154.h [] > @@ -25,7 +25,7 @@ > #define AF802154_H > > struct sk_buff; > -struct net_devce; > +struct net_device; That argues more for deletion th