diff --git a/drivers/usb_ohci.h b/drivers/usb_ohci.h index 95fbc446549fc3d7b310863b51d680dbe18afc1c..d2b03c0ee7dc4e151f86bc947a106c2d4e8bcc6d 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);