From: Sebastian Andrzej Siewior Date: Fri, 13 Jan 2012 20:54:46 +0000 (+0100) Subject: usb: gadget: f_mass_storage: remove one FSG_NO_INTR_EP X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=fcc0bb5ace11e6d0a27bdbdbf2e5e6d361a4e701;p=~shefty%2Frdma-dev.git usb: gadget: f_mass_storage: remove one FSG_NO_INTR_EP Remove one define of FSG_NO_INTR_EP and we still have that we can use. Signed-off-by: Sebastian Andrzej Siewior Acked-by: Michal Nazarewicz Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/gadget/f_mass_storage.c b/drivers/usb/gadget/f_mass_storage.c index 6cde0217a8d..82462714582 100644 --- a/drivers/usb/gadget/f_mass_storage.c +++ b/drivers/usb/gadget/f_mass_storage.c @@ -304,7 +304,6 @@ 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