diff options
Diffstat (limited to 'include/linux/usb/hcd.h')
-rw-r--r-- | include/linux/usb/hcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index 0be61970074e..836aaa91ee15 100644 --- a/include/linux/usb/hcd.h +++ b/include/linux/usb/hcd.h | |||
@@ -142,7 +142,7 @@ struct usb_hcd { | |||
142 | * bandwidth_mutex should be dropped after a successful control message | 142 | * bandwidth_mutex should be dropped after a successful control message |
143 | * to the device, or resetting the bandwidth after a failed attempt. | 143 | * to the device, or resetting the bandwidth after a failed attempt. |
144 | */ | 144 | */ |
145 | struct mutex bandwidth_mutex; | 145 | struct mutex *bandwidth_mutex; |
146 | 146 | ||
147 | 147 | ||
148 | #define HCD_BUFFER_POOLS 4 | 148 | #define HCD_BUFFER_POOLS 4 |