mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
ehci-hcd.c: make local functions static
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
parent
76ee65bde2
commit
2d17b48911
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue