diff options
author | Kishon Vijay Abraham I | 2015-02-23 18:39:54 +0530 |
---|---|---|
committer | Marek Vasut | 2015-04-14 05:48:09 +0200 |
commit | 9848e5740af12e1c81efb940d9503ebfb266d8de (patch) | |
tree | 126c6fbe816edac4d1e8be91a463815c4a45a803 /drivers/usb/dwc3/io.h | |
parent | 9de1115de72106fb0e8dfbfe98f337a1c7a8dc11 (diff) |
usb: dwc3: fix dwc3 header files
Changed the header files included in core.h and io.h to the u-boot header
files so that these files can be included in other dwc3 source files and
be compiled in uboot. Also added otg.h which has the defines for dr_mode.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
Diffstat (limited to 'drivers/usb/dwc3/io.h')
-rw-r--r-- | drivers/usb/dwc3/io.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/usb/dwc3/io.h b/drivers/usb/dwc3/io.h index f9f22b0ea45..b6da1352fb8 100644 --- a/drivers/usb/dwc3/io.h +++ b/drivers/usb/dwc3/io.h @@ -18,9 +18,7 @@ #ifndef __DRIVERS_USB_DWC3_IO_H #define __DRIVERS_USB_DWC3_IO_H -#include <linux/io.h> -#include "debug.h" -#include "core.h" +#include <asm/io.h> static inline u32 dwc3_readl(void __iomem *base, u32 offset) { |