Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195416
b: refs/heads/master
c: 3b02ca3
h: refs/heads/master
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed May 20, 2010
1 parent 9446edc commit accf1e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: beb7b04a09a9da8b12417f7b74fbcceedb087fc3
refs/heads/master: 3b02ca3218cf878e206545041aa811073e4f6c79
1 change: 1 addition & 0 deletions trunk/include/linux/usb/Kbuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 4 additions & 6 deletions trunk/include/linux/usb/ch11.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 */

0 comments on commit accf1e0

Please sign in to comment.