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-Tag: firefly_0821_release~3680^2~3345^2~22^2~39^2~32 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fcc0bb5ace11e6d0a27bdbdbf2e5e6d361a4e701;p=firefly-linux-kernel-4.4.55.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 6cde0217a8da..82462714582d 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