summaryrefslogtreecommitdiff
path: root/drivers/usb/core
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2002-05-22 10:19:20 -0700
committerGreg Kroah-Hartman <greg@kroah.com>2002-05-22 10:19:20 -0700
commit4bc7f1703edd16d2b91edbb89b97f91d94c95615 (patch)
tree204898dc16006463c67fdca4cca554bfa5cb0894 /drivers/usb/core
parent279f149e8b20b322b7a4845af8709cd7966a2e01 (diff)
usb.h #include dependancies and whitespace cleanup
Diffstat (limited to 'drivers/usb/core')
-rw-r--r--drivers/usb/core/hub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
index ff77c843a8d9..654294e79d12 100644
--- a/drivers/usb/core/hub.c
+++ b/drivers/usb/core/hub.c
@@ -17,6 +17,7 @@
#include <linux/list.h>
#include <linux/slab.h>
#include <linux/smp_lock.h>
+#include <linux/ioctl.h>
#ifdef CONFIG_USB_DEBUG
#define DEBUG
#else