From accf1e0ba1d41ce1dcde4e3338cb3a2203d07090 Mon Sep 17 00:00:00 2001 From: Alan Stern Date: Fri, 30 Apr 2010 12:42:23 -0400 Subject: [PATCH] --- yaml --- r: 195416 b: refs/heads/master c: 3b02ca3218cf878e206545041aa811073e4f6c79 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/usb/Kbuild | 1 + trunk/include/linux/usb/ch11.h | 10 ++++------ 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index d902fe2bdc81..6c4c4d60da31 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: beb7b04a09a9da8b12417f7b74fbcceedb087fc3 +refs/heads/master: 3b02ca3218cf878e206545041aa811073e4f6c79 diff --git a/trunk/include/linux/usb/Kbuild b/trunk/include/linux/usb/Kbuild index 29fd73b0bffc..51410e0200cf 100644 --- a/trunk/include/linux/usb/Kbuild +++ b/trunk/include/linux/usb/Kbuild @@ -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 diff --git a/trunk/include/linux/usb/ch11.h b/trunk/include/linux/usb/ch11.h index bd3185aba4ee..119194c85d10 100644 --- a/trunk/include/linux/usb/ch11.h +++ b/trunk/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 -#include -#include /* likely()/unlikely() */ +#include /* __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 */