]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/sungem.h
[PATCH] skge: get rid of Yukon2 defines
[linux-2.6-omap-h63xx.git] / drivers / net / sungem.h
index 16edbb1a4a7a147677ff5485653bf64a968f8e38..13006d759ad858f79737d787aa3010f005b733e0 100644 (file)
@@ -1036,7 +1036,7 @@ struct gem {
 #define ALIGNED_RX_SKB_ADDR(addr) \
         ((((unsigned long)(addr) + (64UL - 1UL)) & ~(64UL - 1UL)) - (unsigned long)(addr))
 static __inline__ struct sk_buff *gem_alloc_skb(int size,
-                                               unsigned int __nocast gfp_flags)
+                                               gfp_t gfp_flags)
 {
        struct sk_buff *skb = alloc_skb(size + 64, gfp_flags);