diff mbox

[U-Boot] USB: drop unneeded header in ehci-mx6

Message ID 1361614325-1948-1-git-send-email-sbabic@denx.de
State Accepted
Delegated to: Marek Vasut
Headers show

Commit Message

Stefano Babic Feb. 23, 2013, 10:12 a.m. UTC
Including header for pads is not needed and breaks board
after renaming pin definitions.

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 drivers/usb/host/ehci-mx6.c |    1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/usb/host/ehci-mx6.c b/drivers/usb/host/ehci-mx6.c
index 1b20e41..c1ae3d9 100644
--- a/drivers/usb/host/ehci-mx6.c
+++ b/drivers/usb/host/ehci-mx6.c
@@ -21,7 +21,6 @@ 
 #include <asm/io.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/clock.h>
-#include <asm/arch/mx6x_pins.h>
 #include <asm/imx-common/iomux-v3.h>
 
 #include "ehci.h"