diff options
author | Anand Gadiyar <gadiyar@ti.com> | 2009-07-28 14:22:21 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-23 09:46:32 -0400 |
commit | 6e23ec4ff2f2181c22ea02cf3774b882acef27e0 (patch) | |
tree | 871aed0da2183d8e250d9d5dd83c2eee57985c2a /drivers/usb/host/ohci-hcd.c | |
parent | c35013087aa9b10e4674b53b7c8f7966de83c194 (diff) |
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/ohci-hcd.c')
-rw-r--r-- | drivers/usb/host/ohci-hcd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index 58151687d351..78bb7710f36d 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c | |||
@@ -34,7 +34,6 @@ | |||
34 | #include <linux/usb/otg.h> | 34 | #include <linux/usb/otg.h> |
35 | #include <linux/dma-mapping.h> | 35 | #include <linux/dma-mapping.h> |
36 | #include <linux/dmapool.h> | 36 | #include <linux/dmapool.h> |
37 | #include <linux/reboot.h> | ||
38 | #include <linux/workqueue.h> | 37 | #include <linux/workqueue.h> |
39 | #include <linux/debugfs.h> | 38 | #include <linux/debugfs.h> |
40 | 39 | ||