fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / drivers / net / sunbmac.h
index 5674003..b563d3c 100644 (file)
@@ -332,14 +332,13 @@ struct bigmac {
        struct sbus_dev         *qec_sdev;
        struct sbus_dev         *bigmac_sdev;
        struct net_device       *dev;
-       struct bigmac           *next_module;
 };
 
 /* We use this to acquire receive skb's that we can DMA directly into. */
 #define ALIGNED_RX_SKB_ADDR(addr) \
         ((((unsigned long)(addr) + (64 - 1)) & ~(64 - 1)) - (unsigned long)(addr))
 
-static inline struct sk_buff *big_mac_alloc_skb(unsigned int length, int gfp_flags)
+static inline struct sk_buff *big_mac_alloc_skb(unsigned int length, gfp_t gfp_flags)
 {
        struct sk_buff *skb;