diff options
Diffstat (limited to 'arch/sparc/lib/bootm.c')
| -rw-r--r-- | arch/sparc/lib/bootm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/sparc/lib/bootm.c b/arch/sparc/lib/bootm.c index e5b933d1d..bcc63584b 100644 --- a/arch/sparc/lib/bootm.c +++ b/arch/sparc/lib/bootm.c @@ -36,7 +36,7 @@ extern void srmmu_init_cpu(unsigned int entry);  extern void prepare_bootargs(char *bootargs);  #ifdef CONFIG_USB_UHCI -extern int usb_lowlevel_stop(void); +extern int usb_lowlevel_stop(int index);  #endif  /* sparc kernel argument (the ROM vector) */ |