From: Ricardo Ribalda Delgado Date: Fri, 28 Nov 2014 13:50:59 +0000 (+0100) Subject: usb: gadget: udc: net2280: Declare allow_status_338x as inline X-Git-Tag: android-x86-4.4-r3~326^2^2~163 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6897d4b2bafe189863b2fe448c4afde37844cdbf;p=android-x86%2Fkernel.git usb: gadget: udc: net2280: Declare allow_status_338x as inline The function is very simple, does not declare any variable and it is called in the irq path. The counterpart for net228x is already declared as inline. Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/gadget/udc/net2280.h b/drivers/usb/gadget/udc/net2280.h index c7c79812041e..b31deb03ca38 100644 --- a/drivers/usb/gadget/udc/net2280.h +++ b/drivers/usb/gadget/udc/net2280.h @@ -125,7 +125,7 @@ static inline void allow_status(struct net2280_ep *ep) ep->stopped = 1; } -static void allow_status_338x(struct net2280_ep *ep) +static inline void allow_status_338x(struct net2280_ep *ep) { /* * Control Status Phase Handshake was set by the chip when the setup