]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
usb: gadget: f_mass_storage: remove one FSG_NO_INTR_EP
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Fri, 13 Jan 2012 20:54:46 +0000 (21:54 +0100)
committerFelipe Balbi <balbi@ti.com>
Tue, 24 Jan 2012 09:45:19 +0000 (11:45 +0200)
Remove one define of FSG_NO_INTR_EP and we still have that we can use.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Acked-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/f_mass_storage.c

index 6cde0217a8da11ad65ec557def4ac284ef4413ea..82462714582d333e52b514466b8f6615302aa6d8 100644 (file)
 
 static const char fsg_string_interface[] = "Mass Storage";
 
-#define FSG_NO_INTR_EP 1
 #define FSG_NO_DEVICE_STRINGS    1
 #define FSG_NO_OTG               1
 #define FSG_NO_INTR_EP           1