Removed include files from usb-musb.c which were not required. Signed-off-by: Ajay Kumar Gupta <ajay.gupta@xxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html