diff options
Diffstat (limited to 'drivers/usb/net/usbnet.h')
| -rw-r--r-- | drivers/usb/net/usbnet.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/net/usbnet.h b/drivers/usb/net/usbnet.h index 7aa0abd1a9b..89fc4958eec 100644 --- a/drivers/usb/net/usbnet.h +++ b/drivers/usb/net/usbnet.h @@ -107,7 +107,7 @@ struct driver_info {  	/* fixup tx packet (add framing) */  	struct sk_buff	*(*tx_fixup)(struct usbnet *dev, -				struct sk_buff *skb, unsigned flags); +				struct sk_buff *skb, gfp_t flags);  	/* for new devices, use the descriptor-reading code instead */  	int		in;		/* rx endpoint */  |