diff options
Diffstat (limited to 'drivers/usb_ohci.h')
| -rw-r--r-- | drivers/usb_ohci.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb_ohci.h b/drivers/usb_ohci.h index 95fbc4465..d2b03c0ee 100644 --- a/drivers/usb_ohci.h +++ b/drivers/usb_ohci.h @@ -10,7 +10,7 @@  /* functions for doing board or CPU specific setup/cleanup */  extern int usb_board_init(void);  extern int usb_board_stop(void); -extern int usb_cpu_init_fail(void); +extern int usb_board_init_fail(void);  extern int usb_cpu_init(void);  extern int usb_cpu_stop(void);  |