diff options
Diffstat (limited to 'drivers/usb/host/fhci-q.c')
| -rw-r--r-- | drivers/usb/host/fhci-q.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/fhci-q.c b/drivers/usb/host/fhci-q.c index f73c92359be..03be7494a47 100644 --- a/drivers/usb/host/fhci-q.c +++ b/drivers/usb/host/fhci-q.c @@ -22,7 +22,7 @@  #include <linux/slab.h>  #include <linux/list.h>  #include <linux/usb.h> -#include "../core/hcd.h" +#include <linux/usb/hcd.h>  #include "fhci.h"  /* maps the hardware error code to the USB error code */  |