usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / usb / gadget / u_ether.c
index 90e82e2..1154a99 100644 (file)
@@ -83,17 +83,10 @@ struct eth_dev {
 
 #define DEFAULT_QLEN   2       /* double buffering by default */
 
-
-#ifdef CONFIG_USB_GADGET_DUALSPEED
-
 static unsigned qmult = 5;
 module_param(qmult, uint, S_IRUGO|S_IWUSR);
 MODULE_PARM_DESC(qmult, "queue length multiplier at high/super speed");
 
-#else  /* full speed (low speed doesn't do bulk) */
-#define qmult          1
-#endif
-
 /* for dual-speed hardware, use deeper queues at high/super speed */
 static inline int qlen(struct usb_gadget *gadget)
 {