]> err.no Git - linux-2.6/blobdiff - drivers/usb/net/rndis_host.c
[PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile
[linux-2.6] / drivers / usb / net / rndis_host.c
index 2ed2e5fb77780e2f8a46c487aecae6734aa109ac..c0ecbab6f6ba0d311ca26d84a74896e22da7b5c8 100644 (file)
@@ -21,9 +21,6 @@
 // #define     VERBOSE                 // more; success messages
 
 #include <linux/config.h>
-#ifdef CONFIG_USB_DEBUG
-#   define DEBUG
-#endif
 #include <linux/module.h>
 #include <linux/sched.h>
 #include <linux/init.h>
@@ -517,7 +514,7 @@ static int rndis_rx_fixup(struct usbnet *dev, struct sk_buff *skb)
 }
 
 static struct sk_buff *
-rndis_tx_fixup(struct usbnet *dev, struct sk_buff *skb, unsigned flags)
+rndis_tx_fixup(struct usbnet *dev, struct sk_buff *skb, gfp_t flags)
 {
        struct rndis_data_hdr   *hdr;
        struct sk_buff          *skb2;