mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
USB: fix build error in ohci driver
Thanks to Andrew for the original patch for this. I need to upgrade my version of gcc to catch these things... Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
6174d0fd35
commit
6e3ce3ae8e
@ -132,6 +132,8 @@ static inline struct ed *find_head (struct ed *ed)
|
||||
return ed;
|
||||
}
|
||||
|
||||
static int ohci_restart (struct ohci_hcd *ohci);
|
||||
|
||||
/* caller has locked the root hub */
|
||||
static int ohci_rh_resume (struct ohci_hcd *ohci)
|
||||
__releases(ohci->lock)
|
||||
@ -181,8 +183,6 @@ __acquires(ohci->lock)
|
||||
#ifdef CONFIG_PM
|
||||
if (status == -EBUSY) {
|
||||
if (!autostopped) {
|
||||
static int ohci_restart (struct ohci_hcd *ohci);
|
||||
|
||||
spin_unlock_irq (&ohci->lock);
|
||||
(void) ohci_init (ohci);
|
||||
status = ohci_restart (ohci);
|
||||
|
Loading…
x
Reference in New Issue
Block a user