提交 2d17b489 编写于 作者: J Jeroen Hofstee 提交者: Tom Rini

ehci-hcd.c: make local functions static

Signed-off-by: NJeroen Hofstee <jeroen@myspectrum.nl>
上级 76ee65bd
...@@ -1314,7 +1314,7 @@ void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) ...@@ -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 */ /* 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) destroy_int_queue(struct usb_device *dev, struct int_queue *queue)
{ {
struct ehci_ctrl *ctrl = dev->controller; struct ehci_ctrl *ctrl = dev->controller;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册