From: Jeroen Hofstee Date: Wed, 8 Oct 2014 20:57:34 +0000 (+0200) Subject: ehci-hcd.c: make local functions static X-Git-Tag: v2015.01-rc1~164 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2d17b4891116f04f9a88981dfe429873cdd8c3fa;p=u-boot ehci-hcd.c: make local functions static Signed-off-by: Jeroen Hofstee --- diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 5e44ba1d97..936d006ba4 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c @@ -1314,7 +1314,7 @@ void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) } /* Do not free buffers associated with QHs, they're owned by someone else */ -int +static int destroy_int_queue(struct usb_device *dev, struct int_queue *queue) { struct ehci_ctrl *ctrl = dev->controller;