On Monday 06 July 2009, Gadiyar, Anand wrote: > From: Anand Gadiyar <gadiyar@xxxxxx> > > EHCI: OHCI: Remove unnecessary includes of reboot.h > > Signed-off-by: Anand Gadiyar <gadiyar@xxxxxx> Acked-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> > --- > I couldn't find anything that needed this header using grep. > But I'm not very sure - I might have missed something. > > Compile tested only a couple of configs, for x86 and OMAP3. > > drivers/usb/host/ehci-hcd.c | 1 - > drivers/usb/host/ohci-hcd.c | 1 - > drivers/usb/host/oxu210hp-hcd.c | 1 - > 3 files changed, 3 deletions(-) > > Index: linux-omap-2.6/drivers/usb/host/ehci-hcd.c > =================================================================== > --- linux-omap-2.6.orig/drivers/usb/host/ehci-hcd.c > +++ linux-omap-2.6/drivers/usb/host/ehci-hcd.c > @@ -30,7 +30,7 @@ > #include <linux/timer.h> > #include <linux/list.h> > #include <linux/interrupt.h> > -#include <linux/reboot.h> > #include <linux/usb.h> > #include <linux/moduleparam.h> > #include <linux/dma-mapping.h> > Index: linux-omap-2.6/drivers/usb/host/ohci-hcd.c > =================================================================== > --- linux-omap-2.6.orig/drivers/usb/host/ohci-hcd.c > +++ linux-omap-2.6/drivers/usb/host/ohci-hcd.c > @@ -34,7 +34,6 @@ > #include <linux/usb/otg.h> > #include <linux/dma-mapping.h> > #include <linux/dmapool.h> > -#include <linux/reboot.h> > #include <linux/workqueue.h> > #include <linux/debugfs.h> > > Index: linux-omap-2.6/drivers/usb/host/oxu210hp-hcd.c > =================================================================== > --- linux-omap-2.6.orig/drivers/usb/host/oxu210hp-hcd.c > +++ linux-omap-2.6/drivers/usb/host/oxu210hp-hcd.c > @@ -33,7 +33,6 @@ > #include <linux/timer.h> > #include <linux/list.h> > #include <linux/interrupt.h> > -#include <linux/reboot.h> > #include <linux/usb.h> > #include <linux/moduleparam.h> > #include <linux/dma-mapping.h> > -- > To unsubscribe from this list: send the line "unsubscribe linux-usb" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > > -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html