From patchwork Mon Sep 17 05:34:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 1465261 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 2BF91DFFFF for ; Mon, 17 Sep 2012 05:46:55 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TDU6j-0005uE-Cp; Mon, 17 Sep 2012 05:42:58 +0000 Received: from mail-pz0-f49.google.com ([209.85.210.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TDU0B-0001iY-Os for linux-arm-kernel@lists.infradead.org; Mon, 17 Sep 2012 05:36:12 +0000 Received: by mail-pz0-f49.google.com with SMTP id q27so2706771daj.36 for ; Sun, 16 Sep 2012 22:36:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=hqhMjj6crn8b+q0FgViZojPn8UL+EGWu09Zc6Dwep5c=; b=ZnYo9gLdDXGfX1/pRjsu+N2Q+9ai4odHdoFEEt11CXPWoSRGqx5iSWTMJ4TOlAzA3M YQFo0+N61N9JqNmlbzfte5JkscfI7mF57AdgbiD5VZqSfV0USZT50CGwjsiwx3j+Pu4R zwUlxuTBudKbKxTZbsEJArCUd6+YPhb9WibAP+f01PSViZJfdR7nM5lqz9DPfS7N0YHP wiHsfR0loGO82RIxlINxZjl3KrGBhNTav4ezMRvYJkyNmthBxLliSRrs0jbG7p7LLhvi CdObO2pkz8+nSypYH2NCyVsi36iJghAsiMPw+GsNP4iEhJ5A9ZBePMAYm3f/9e4qyjtl T8yA== Received: by 10.68.130.201 with SMTP id og9mr20455750pbb.12.1347860171444; Sun, 16 Sep 2012 22:36:11 -0700 (PDT) Received: from S2101-09.ap.freescale.net ([221.225.141.190]) by mx.google.com with ESMTPS id it6sm6386097pbc.14.2012.09.16.22.36.07 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 16 Sep 2012 22:36:10 -0700 (PDT) From: Shawn Guo To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 17/34] usb: ehci-mxc: remove unneeded mach/hardware.h inclusion Date: Mon, 17 Sep 2012 13:34:46 +0800 Message-Id: <1347860103-4141-18-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1347860103-4141-1-git-send-email-shawn.guo@linaro.org> References: <1347860103-4141-1-git-send-email-shawn.guo@linaro.org> X-Gm-Message-State: ALoCoQlrWiKLO7BXH+gRfd+aSy8jDj8r5ZNG9Apmh0G+j23aZF6RnygpzUsqnrrLV+SEBR5s6cgq X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.210.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Fabio Estevam , Arnd Bergmann , Greg Kroah-Hartman , Sascha Hauer , linux-usb@vger.kernel.org, Rob Herring , Shawn Guo X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org The inclusion of mach/hardware.h is not used by the driver at all. Remove it. Signed-off-by: Shawn Guo Cc: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org Acked-by: Greg Kroah-Hartman --- drivers/usb/host/ehci-mxc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/host/ehci-mxc.c b/drivers/usb/host/ehci-mxc.c index a6e2ea4..e5e9856 100644 --- a/drivers/usb/host/ehci-mxc.c +++ b/drivers/usb/host/ehci-mxc.c @@ -24,7 +24,6 @@ #include #include -#include #include #include