Skip to content

Commit

Permalink
USB: Remove the duplicate definition of HUB_SET_DEPTH
Browse files Browse the repository at this point in the history
The macro HUB_SET_DEPTH is defined twice in ch11.h (introduced by
commit 0eadcc0 "usb: USB3.0 ch11 definitions" and dbe79bb "USB 3.0
Hub Changes"), so remove the duplicate one in the USB 2.0 part.

Signed-off-by: Qinglin Ye <yestyle@gmail.com>
Cc: John Youn <John.Youn@synopsys.com>
Cc: Sergei Shtylyov <sshtylyov@mvista.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Qinglin Ye authored and Greg Kroah-Hartman committed Dec 12, 2011
1 parent 99823f4 commit c91043a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/usb/ch11.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#define HUB_RESET_TT 9
#define HUB_GET_TT_STATE 10
#define HUB_STOP_TT 11
#define HUB_SET_DEPTH 12

/*
* Hub class additional requests defined by USB 3.0 spec
Expand Down

0 comments on commit c91043a

Please sign in to comment.