ChangeSet 1.2176, 2004/12/09 12:41:33-08:00, [EMAIL PROTECTED] USB: fix obvious build error in hc_chrisv10.c driver
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/host/hc_crisv10.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/host/hc_crisv10.c b/drivers/usb/host/hc_crisv10.c --- a/drivers/usb/host/hc_crisv10.c 2004-12-09 14:53:37 -08:00 +++ b/drivers/usb/host/hc_crisv10.c 2004-12-09 14:53:37 -08:00 @@ -30,7 +30,7 @@ #include <../drivers/usb/core/hcd.h> #include <../drivers/usb/core/usb.h> -#include "usb-host.h" +#include "hc_crisv10.h" #define ETRAX_USB_HC_IRQ USB_HC_IRQ_NBR #define ETRAX_USB_RX_IRQ USB_DMA_RX_IRQ_NBR ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
