diff options
| -rw-r--r-- | include/linux/usb/Kbuild | 1 | ||||
| -rw-r--r-- | include/linux/usb/ch11.h | 10 |
2 files changed, 5 insertions, 6 deletions
diff --git a/include/linux/usb/Kbuild b/include/linux/usb/Kbuild index 29fd73b0bffc..51410e0200cf 100644 --- a/include/linux/usb/Kbuild +++ b/include/linux/usb/Kbuild | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | header-y += audio.h | 1 | header-y += audio.h |
| 2 | header-y += cdc.h | 2 | header-y += cdc.h |
| 3 | header-y += ch9.h | 3 | header-y += ch9.h |
| 4 | header-y += ch11.h | ||
| 4 | header-y += gadgetfs.h | 5 | header-y += gadgetfs.h |
| 5 | header-y += midi.h | 6 | header-y += midi.h |
| 6 | header-y += g_printer.h | 7 | header-y += g_printer.h |
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 @@ | |||
| 6 | * drivers. | 6 | * drivers. |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | #ifndef __LINUX_HUB_H | 9 | #ifndef __LINUX_CH11_H |
| 10 | #define __LINUX_HUB_H | 10 | #define __LINUX_CH11_H |
| 11 | 11 | ||
| 12 | #include <linux/list.h> | 12 | #include <linux/types.h> /* __u8 etc */ |
| 13 | #include <linux/workqueue.h> | ||
| 14 | #include <linux/compiler.h> /* likely()/unlikely() */ | ||
| 15 | 13 | ||
| 16 | /* | 14 | /* |
| 17 | * Hub request types | 15 | * Hub request types |
| @@ -166,4 +164,4 @@ enum hub_led_mode { | |||
| 166 | #define HUB_TTTT_24_BITS 0x40 | 164 | #define HUB_TTTT_24_BITS 0x40 |
| 167 | #define HUB_TTTT_32_BITS 0x60 | 165 | #define HUB_TTTT_32_BITS 0x60 |
| 168 | 166 | ||
| 169 | #endif /* __LINUX_HUB_H */ | 167 | #endif /* __LINUX_CH11_H */ |
