From patchwork Thu Feb 14 04:24:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Nelson X-Patchwork-Id: 220353 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id F13302C0291 for ; Thu, 14 Feb 2013 16:29:23 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CA79E4A169; Thu, 14 Feb 2013 06:29:18 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gGz9h4AYmcFb; Thu, 14 Feb 2013 06:29:18 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CDFEB4A133; Thu, 14 Feb 2013 06:29:15 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5D9DF4A133 for ; Thu, 14 Feb 2013 06:29:12 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ndgz1fOmKt6h for ; Thu, 14 Feb 2013 06:29:10 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from fed1rmfepi202.cox.net (fed1rmfepi202.cox.net [68.230.241.141]) by theia.denx.de (Postfix) with ESMTP id 66AE54A11C for ; Thu, 14 Feb 2013 06:29:07 +0100 (CET) Received: from fed1rmimpo110 ([68.230.241.159]) by fed1rmfepo102.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20130214042444.KNQZ2351.fed1rmfepo102.cox.net@fed1rmimpo110> for ; Wed, 13 Feb 2013 23:24:44 -0500 Received: from localhost.localdomain ([68.104.142.219]) by fed1rmimpo110 with cox id 04Qj1l00C4kDSR8014Qj49; Wed, 13 Feb 2013 23:24:44 -0500 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020203.511C670C.0058,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=2.0 cv=Pcx9d1dd c=1 sm=1 a=bgrVu1Il1xLqAyFhkrkN7w==:17 a=f5NQ0wOvTf8A:10 a=rcTfVT_afHIA:10 a=R_N1NMmAAAAA:8 a=PxBM5syxwCkA:10 a=80pg97RLX4wYrY6wAl4A:9 a=QOiTB_lUNkwA:10 a=bgrVu1Il1xLqAyFhkrkN7w==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none From: Eric Nelson To: u-boot@lists.denx.de Date: Wed, 13 Feb 2013 21:24:40 -0700 Message-Id: <1360815881-9669-1-git-send-email-eric.nelson@boundarydevices.com> X-Mailer: git-send-email 1.7.9.5 Cc: fabio.estevam@freescale.com Subject: [U-Boot] [PATCH] ehci-mx6: remove extraneous header mx6x_pins.h X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Eric Nelson --- 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 1b20e41..c1ae3d9 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"