diff options
Diffstat (limited to 'drivers/usb/host/xhci.c')
-rw-r--r-- | drivers/usb/host/xhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index cb8a04b793..3201177476 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c @@ -28,7 +28,7 @@ #include <watchdog.h> #include <asm/cache.h> #include <asm/unaligned.h> -#include <asm-generic/errno.h> +#include <linux/errno.h> #include "xhci.h" #ifndef CONFIG_USB_MAX_CONTROLLER_COUNT |