summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/stub.h
diff options
context:
space:
mode:
authormatt mooney <mfm@muteddisk.com>2011-05-12 05:33:43 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-12 16:17:56 (GMT)
commit7aaacb43ed97714ff0f7f77f306f24b6e564ad03 (patch)
tree60f25e8b247ca6f296f9e4456da48db8222d061a /drivers/staging/usbip/stub.h
parentfc184a35d90927fb82a13043a95c5420335ab824 (diff)
downloadlinux-fsl-qoriq-7aaacb43ed97714ff0f7f77f306f24b6e564ad03.tar.xz
staging: usbip: fix header includes
Modify header directives to include what is needed by each file and not already included in its own header. Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/usbip/stub.h')
-rw-r--r--drivers/staging/usbip/stub.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/staging/usbip/stub.h b/drivers/staging/usbip/stub.h
index cd3a5bf..6592aa2 100644
--- a/drivers/staging/usbip/stub.h
+++ b/drivers/staging/usbip/stub.h
@@ -17,13 +17,12 @@
* USA.
*/
-#include <linux/kernel.h>
#include <linux/list.h>
-#include <linux/spinlock.h>
#include <linux/slab.h>
-#include <linux/string.h>
-#include <linux/module.h>
-#include <linux/net.h>
+#include <linux/spinlock.h>
+#include <linux/types.h>
+#include <linux/usb.h>
+#include <linux/wait.h>
#define STUB_BUSID_OTHER 0
#define STUB_BUSID_REMOV 1