USB: export the new ch11.h file to userspce
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 30 Apr 2010 16:42:23 +0000 (12:42 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:40 +0000 (13:21 -0700)
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>
include/linux/usb/Kbuild
include/linux/usb/ch11.h

index 29fd73b..51410e0 100644 (file)
@@ -1,6 +1,7 @@
 header-y += audio.h
 header-y += cdc.h
 header-y += ch9.h
+header-y += ch11.h
 header-y += gadgetfs.h
 header-y += midi.h
 header-y += g_printer.h
index bd3185a..119194c 100644 (file)
@@ -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 */