Hi linux-usb mailing list, I found the build error on sdk7786 (arch/sh) when the PCI bus is disabled. I tested linux-2.6.38-rc3. ******* build Log ******* In file included from drivers/usb/host/ehci-hcd.c:340: drivers/usb/host/ehci-sched.c: In function ‘ehci_quirk_amd_L1’: drivers/usb/host/ehci-sched.c:1606: error: implicit declaration of function ‘outb_p’ drivers/usb/host/ehci-sched.c:1607: error: implicit declaration of function ‘inb_p’ drivers/usb/host/ehci-sched.c:1611: error: implicit declaration of function ‘outl_p’ drivers/usb/host/ehci-sched.c:1614: error: implicit declaration of function ‘inl_p’ make[3]: *** [drivers/usb/host/ehci-hcd.o] Error 1 ************************** I reported this issue to linux-sh, and I got a comment from Paul. http://marc.info/?l=linux-sh&m=129668976903202&w=2 However I don't know how the echi-sched.c should be corrected. I thought up only the method of using #ifdef... I know the #ifdef is no good. Would someone correct this problem? Best regards, Yoshihiro Shimoda -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html