X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fusb%2Fnet%2Fnet1080.c;h=a9b6eeac3e3fa5da89949bca70990f2258c3e279;hb=fab2062ee4a3969a9c6cb7155534d0d15ddeff54;hp=a4309c4a491b88b07fc2bcdcf4609df4ab7ab3d9;hpb=5833f1420b96c4f9b193b7f2fcbc0003dc032fe8;p=linux-2.6-omap-h63xx.git diff --git a/drivers/usb/net/net1080.c b/drivers/usb/net/net1080.c index a4309c4a491..a9b6eeac3e3 100644 --- a/drivers/usb/net/net1080.c +++ b/drivers/usb/net/net1080.c @@ -20,10 +20,6 @@ // #define DEBUG // error path messages, extra info // #define VERBOSE // more; success messages -#include -#ifdef CONFIG_USB_DEBUG -# define DEBUG -#endif #include #include #include @@ -500,7 +496,7 @@ static int net1080_rx_fixup(struct usbnet *dev, struct sk_buff *skb) } static struct sk_buff * -net1080_tx_fixup(struct usbnet *dev, struct sk_buff *skb, unsigned flags) +net1080_tx_fixup(struct usbnet *dev, struct sk_buff *skb, gfp_t flags) { int padlen; struct sk_buff *skb2; @@ -596,7 +592,6 @@ static const struct usb_device_id products [] = { MODULE_DEVICE_TABLE(usb, products); static struct usb_driver net1080_driver = { - .owner = THIS_MODULE, .name = "net1080", .id_table = products, .probe = usbnet_probe,