From patchwork Sat May 15 06:04:15 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ajay Kumar Gupta X-Patchwork-Id: 99799 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4F64Nca011460 for ; Sat, 15 May 2010 06:04:24 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751656Ab0EOGEX (ORCPT ); Sat, 15 May 2010 02:04:23 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:34720 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751335Ab0EOGEW (ORCPT ); Sat, 15 May 2010 02:04:22 -0400 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id o4F64HXl029811 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 15 May 2010 01:04:19 -0500 Received: from psplinux050.india.ti.com (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id o4F64Fat019944; Sat, 15 May 2010 11:34:16 +0530 (IST) Received: from psplinux050.india.ti.com (localhost [127.0.0.1]) by psplinux050.india.ti.com (8.13.1/8.13.1) with ESMTP id o4F64FK8008826; Sat, 15 May 2010 11:34:15 +0530 Received: (from a0393629@localhost) by psplinux050.india.ti.com (8.13.1/8.13.1/Submit) id o4F64FVc008823; Sat, 15 May 2010 11:34:15 +0530 From: Ajay Kumar Gupta To: linux-omap@vger.kernel.org Cc: felipe.balbi@nokia.com, Ajay Kumar Gupta Subject: [PATCH] OMAP3: musb: remove unneeded include files Date: Sat, 15 May 2010 11:34:15 +0530 Message-Id: <1273903455-8793-1-git-send-email-ajay.gupta@ti.com> X-Mailer: git-send-email 1.6.2.4 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Sat, 15 May 2010 06:04:24 +0000 (UTC) diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c index 63104dd..1929f3b 100644 --- a/arch/arm/mach-omap2/usb-musb.c +++ b/arch/arm/mach-omap2/usb-musb.c @@ -16,19 +16,11 @@ * published by the Free Software Foundation. */ -#include -#include -#include #include -#include #include -#include - #include -#include #include -#include #include #ifdef CONFIG_USB_MUSB_SOC