* [PATCH] OMAP3: musb: remove unneeded include files
@ 2010-05-15 6:04 Ajay Kumar Gupta
0 siblings, 0 replies; only message in thread
From: Ajay Kumar Gupta @ 2010-05-15 6:04 UTC (permalink / raw)
To: linux-omap; +Cc: felipe.balbi, Ajay Kumar Gupta
Removed include files from usb-musb.c which were not required.
Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
---
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 <linux/types.h>
-#include <linux/errno.h>
-#include <linux/delay.h>
#include <linux/platform_device.h>
-#include <linux/clk.h>
#include <linux/dma-mapping.h>
-#include <linux/io.h>
-
#include <linux/usb/musb.h>
-#include <mach/hardware.h>
#include <mach/irqs.h>
-#include <plat/mux.h>
#include <plat/usb.h>
#ifdef CONFIG_USB_MUSB_SOC
--
1.6.2.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-15 6:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-15 6:04 [PATCH] OMAP3: musb: remove unneeded include files Ajay Kumar Gupta
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).