Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alan Stern and committed by
Greg Kroah-Hartman
3b02ca32 beb7b04a

+5 -6
+1
include/linux/usb/Kbuild
··· 1 1 header-y += audio.h 2 2 header-y += cdc.h 3 3 header-y += ch9.h 4 + header-y += ch11.h 4 5 header-y += gadgetfs.h 5 6 header-y += midi.h 6 7 header-y += g_printer.h
+4 -6
include/linux/usb/ch11.h
··· 6 6 * drivers. 7 7 */ 8 8 9 - #ifndef __LINUX_HUB_H 10 - #define __LINUX_HUB_H 9 + #ifndef __LINUX_CH11_H 10 + #define __LINUX_CH11_H 11 11 12 - #include <linux/list.h> 13 - #include <linux/workqueue.h> 14 - #include <linux/compiler.h> /* likely()/unlikely() */ 12 + #include <linux/types.h> /* __u8 etc */ 15 13 16 14 /* 17 15 * Hub request types ··· 164 166 #define HUB_TTTT_24_BITS 0x40 165 167 #define HUB_TTTT_32_BITS 0x60 166 168 167 - #endif /* __LINUX_HUB_H */ 169 + #endif /* __LINUX_CH11_H */