commit | a4ac740173d9bf50166f92ac9c90b8548fcc084e | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Oct 08 22:57:34 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Sat Oct 25 07:02:00 2014 -0400 |
tree | 3776f74da560c45a03a549cc02b1573f0ba7c48e | |
parent | 3d968436aff8a3c760fd3dd71960b3a924921562 [diff] |
ehci-hcd.c: make local functions static Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 5e44ba1..936d006 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c
@@ -1314,7 +1314,7 @@ } /* 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;