aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hcd.c
diff options
context:
space:
mode:
authorAnand Gadiyar <gadiyar@ti.com>2009-07-28 23:52:21 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-23 06:46:32 -0700
commit6e23ec4ff2f2181c22ea02cf3774b882acef27e0 (patch)
tree871aed0da2183d8e250d9d5dd83c2eee57985c2a /drivers/usb/host/ehci-hcd.c
parentUSB: audio: guard kernel-only code with __KERNEL__ (diff)
downloadlinux-dev-6e23ec4ff2f2181c22ea02cf3774b882acef27e0.tar.xz
linux-dev-6e23ec4ff2f2181c22ea02cf3774b882acef27e0.zip
USB: EHCI: OHCI: Remove unnecessary includes of reboot.h
EHCI: OHCI: Remove unnecessary includes of reboot.h Signed-off-by: Anand Gadiyar <gadiyar@ti.com> Acked-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
-rw-r--r--drivers/usb/host/ehci-hcd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c
index c227ba46d6f3..6887aac5e73d 100644
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
@@ -30,7 +30,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>