summaryrefslogtreecommitdiffstats
path: root/include/linux/usb/ch11.h
diff options
context:
space:
mode:
authorAlan Stern2010-04-30 18:42:23 +0200
committerGreg Kroah-Hartman2010-05-20 22:21:40 +0200
commit3b02ca3218cf878e206545041aa811073e4f6c79 (patch)
tree079757cdb134a5ae7bba75ad8a863a622c4b7fd2 /include/linux/usb/ch11.h
parentUSB: remove leftover references to udev->autosuspend_disabled (diff)
downloadkernel-qcow2-linux-3b02ca3218cf878e206545041aa811073e4f6c79.tar.gz
kernel-qcow2-linux-3b02ca3218cf878e206545041aa811073e4f6c79.tar.xz
kernel-qcow2-linux-3b02ca3218cf878e206545041aa811073e4f6c79.zip
USB: export the new ch11.h file to userspce
This patch (as1374) cleans up a few loose ends in the include/linux/usb/ch11.h header file and exports it to userspace. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Cc: Eric Lescouet <Eric.Lescouet@virtuallogix.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/usb/ch11.h')
-rw-r--r--include/linux/usb/ch11.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/include/linux/usb/ch11.h b/include/linux/usb/ch11.h
index bd3185aba4ee..119194c85d10 100644
--- a/include/linux/usb/ch11.h
+++ b/include/linux/usb/ch11.h
@@ -6,12 +6,10 @@
* drivers.
*/
-#ifndef __LINUX_HUB_H
-#define __LINUX_HUB_H
+#ifndef __LINUX_CH11_H
+#define __LINUX_CH11_H
-#include <linux/list.h>
-#include <linux/workqueue.h>
-#include <linux/compiler.h> /* likely()/unlikely() */
+#include <linux/types.h> /* __u8 etc */
/*
* Hub request types
@@ -166,4 +164,4 @@ enum hub_led_mode {
#define HUB_TTTT_24_BITS 0x40
#define HUB_TTTT_32_BITS 0x60
-#endif /* __LINUX_HUB_H */
+#endif /* __LINUX_CH11_H */