From: Anand Gadiyar Date: Thu, 25 Mar 2010 11:25:25 +0000 (+0200) Subject: usb: musb: omap2430.c: remove unnecessary includes X-Git-Tag: v2.6.35-rc1~471^2~165 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=82e2af47fe7a494fafb3f6ed39a7856c1307411b;p=~emulex%2Finfiniband.git usb: musb: omap2430.c: remove unnecessary includes We don't need mach-types and hardware.h Signed-off-by: Anand Gadiyar Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c index def37ebe2ff..e06d65e36bf 100644 --- a/drivers/usb/musb/omap2430.c +++ b/drivers/usb/musb/omap2430.c @@ -32,8 +32,6 @@ #include #include -#include -#include #include #include "musb_core.h"