diff options
author | Felipe Balbi <balbi@ti.com> | 2013-02-12 10:48:55 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-03-04 09:33:24 +0200 |
commit | d82f3e3cd88053836a2dd928b5545873cbdcf7da (patch) | |
tree | 76fe0acd32140d4f33e340560be0ec307b9d55b0 /drivers/usb/dwc3/dwc3-omap.c | |
parent | 2c2dc89cc5d68ca161d50011cdcbf8aa830b9498 (diff) | |
download | linux-d82f3e3cd88053836a2dd928b5545873cbdcf7da.tar.bz2 |
usb: dwc3: glue layers shouldn't know about the core IP
remove inclusion of "core.h" from all glue
layers as they don't need to know details
about the core IP.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/dwc3-omap.c')
-rw-r--r-- | drivers/usb/dwc3/dwc3-omap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/dwc3/dwc3-omap.c b/drivers/usb/dwc3/dwc3-omap.c index 90171f7ccf8d..afa05e3c9cf4 100644 --- a/drivers/usb/dwc3/dwc3-omap.c +++ b/drivers/usb/dwc3/dwc3-omap.c @@ -54,8 +54,6 @@ #include <linux/usb/otg.h> #include <linux/usb/nop-usb-xceiv.h> -#include "core.h" - /* * All these registers belong to OMAP's Wrapper around the * DesignWare USB3 Core. |