From mboxrd@z Thu Jan 1 00:00:00 1970 From: 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> Return-path: 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 Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: linux-omap@vger.kernel.org Cc: felipe.balbi@nokia.com, Ajay Kumar Gupta Removed include files from usb-musb.c which were not required. Signed-off-by: Ajay Kumar Gupta --- Patch created against latest linux-omap/master. arch/arm/mach-omap2/usb-musb.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) 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 -- 1.6.2.4