diff options
Diffstat (limited to 'include/linux/usb/ch11.h')
| -rw-r--r-- | include/linux/usb/ch11.h | 10 |
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 @@ | |||
| 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 */ |
