From patchwork Tue Aug 30 21:05:31 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Pitre X-Patchwork-Id: 1114462 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p7UL5oCD028920 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 30 Aug 2011 21:06:11 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QyVV5-0004LP-PF; Tue, 30 Aug 2011 21:05:39 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QyVV5-00020M-Am; Tue, 30 Aug 2011 21:05:39 +0000 Received: from mail-qy0-f177.google.com ([209.85.216.177]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QyVV2-0001zq-3G for linux-arm-kernel@lists.infradead.org; Tue, 30 Aug 2011 21:05:37 +0000 Received: by qyk2 with SMTP id 2so55196qyk.15 for ; Tue, 30 Aug 2011 14:05:34 -0700 (PDT) Received: by 10.224.9.145 with SMTP id l17mr3094988qal.207.1314738333928; Tue, 30 Aug 2011 14:05:33 -0700 (PDT) Received: from xanadu.home (modemcable092.28-130-66.mc.videotron.ca [66.130.28.92]) by mx.google.com with ESMTPS id a18sm4410156qcu.5.2011.08.30.14.05.32 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 30 Aug 2011 14:05:32 -0700 (PDT) Date: Tue, 30 Aug 2011 17:05:31 -0400 (EDT) From: Nicolas Pitre X-X-Sender: nico@xanadu.home To: Felipe Balbi Subject: [PATCH] musb_debugfs.c: remove unneeded includes on ARM Message-ID: User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110830_170536_195593_722ABFCE X-CRM114-Status: GOOD ( 12.38 ) X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.216.177 listed in list.dnswl.org] Cc: Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Tue, 30 Aug 2011 21:06:11 +0000 (UTC) Nothing actually requires that , nor be included here. Signed-off-by: Nicolas Pitre Acked-by: Felipe Balbi --- I'd need appropriate ACK's as this is part of a cleanup series actually removing . If those includes are not useless as I think they are, an alternative solution will need to be found. Thanks. diff --git a/drivers/usb/musb/musb_debugfs.c b/drivers/usb/musb/musb_debugfs.c index b0176e4..61f4ee4 100644 --- a/drivers/usb/musb/musb_debugfs.c +++ b/drivers/usb/musb/musb_debugfs.c @@ -41,12 +41,6 @@ #include #include -#ifdef CONFIG_ARM -#include -#include -#include -#endif - #include #include "musb_core.h"