Skip to content

Commit

Permalink
usb: ehci-mxc: remove unneeded mach/hardware.h inclusion
Browse files Browse the repository at this point in the history
The inclusion of mach/hardware.h is not used by the driver at all.
Remove it.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
  • Loading branch information
Shawn Guo committed Oct 15, 2012
1 parent ad698d2 commit edfbed9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/host/ehci-mxc.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <linux/usb/ulpi.h>
#include <linux/slab.h>

#include <mach/hardware.h>
#include <linux/platform_data/usb-ehci-mxc.h>

#include <asm/mach-types.h>
Expand Down

0 comments on commit edfbed9

Please sign in to comment.