summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-08-22 08:16:58 (GMT)
committerFelipe Balbi <balbi@ti.com>2013-08-27 20:02:33 (GMT)
commitc078a37652477e1b08318df8fe403e02cac5138d (patch)
treeab22800417b7c9e85189cbd8ab55fc8d34e80e4c
parent9473e8cfc7570857dfe872b75f8e535ebac4cf53 (diff)
downloadlinux-fsl-qoriq-c078a37652477e1b08318df8fe403e02cac5138d.tar.xz
usb: dwc3: Remove duplicate inclusion of otg.h
otg.h header file was included twice. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Felipe Balbi <balbi@ti.com>
-rw-r--r--drivers/usb/dwc3/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c
index 577af1b..474162e 100644
--- a/drivers/usb/dwc3/core.c
+++ b/drivers/usb/dwc3/core.c
@@ -33,7 +33,6 @@
#include <linux/dma-mapping.h>
#include <linux/of.h>
-#include <linux/usb/otg.h>
#include <linux/usb/ch9.h>
#include <linux/usb/gadget.h>
#include <linux/usb/of.h>