From 62db0b3d62366f1573d245a96d3ebbfa3bac118d Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Sat, 23 Feb 2013 11:07:29 +0100 Subject: [PATCH] USB: drop unneeded header in ehci-mx6 Including header for pads is not needed and breaks board after renaming pin definitions. Series-to: u-boot Series-cc: marex@denx.de,fabio.estevam@freescale.com,eric.nelson@boundarydevices.com Signed-off-by: Stefano Babic --- drivers/usb/host/ehci-mx6.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/host/ehci-mx6.c b/drivers/usb/host/ehci-mx6.c index 1b20e4185c..c1ae3d9080 100644 --- a/drivers/usb/host/ehci-mx6.c +++ b/drivers/usb/host/ehci-mx6.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include "ehci.h"