diff options
Diffstat (limited to 'drivers/usb/phy/omap_usb_phy.c')
-rw-r--r-- | drivers/usb/phy/omap_usb_phy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/omap_usb_phy.c b/drivers/usb/phy/omap_usb_phy.c index 1993da16ea..7c7fba21f4 100644 --- a/drivers/usb/phy/omap_usb_phy.c +++ b/drivers/usb/phy/omap_usb_phy.c @@ -11,7 +11,7 @@ #include <common.h> #include <usb.h> -#include <asm-generic/errno.h> +#include <linux/errno.h> #include <asm/omap_common.h> #include <asm/arch/cpu.h> #include <asm/arch/sys_proto.h> |