usb: musb: omap2430.c: remove unnecessary includes

We don't need mach-types and hardware.h

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Anand Gadiyar 2010-03-25 13:25:25 +02:00 committed by Greg Kroah-Hartman
parent 00ce8eca85
commit 82e2af47fe

View file

@ -32,8 +32,6 @@
#include <linux/clk.h>
#include <linux/io.h>
#include <asm/mach-types.h>
#include <mach/hardware.h>
#include <plat/mux.h>
#include "musb_core.h"