diff options
Diffstat (limited to 'drivers/usb/host/uhci-hcd.h')
-rw-r--r-- | drivers/usb/host/uhci-hcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/uhci-hcd.h b/drivers/usb/host/uhci-hcd.h index 469b4268b850..619d704f4e8f 100644 --- a/drivers/usb/host/uhci-hcd.h +++ b/drivers/usb/host/uhci-hcd.h | |||
@@ -395,7 +395,7 @@ struct uhci_hcd { | |||
395 | 395 | ||
396 | unsigned int scan_in_progress:1; /* Schedule scan is running */ | 396 | unsigned int scan_in_progress:1; /* Schedule scan is running */ |
397 | unsigned int need_rescan:1; /* Redo the schedule scan */ | 397 | unsigned int need_rescan:1; /* Redo the schedule scan */ |
398 | unsigned int hc_inaccessible:1; /* HC is suspended or dead */ | 398 | unsigned int dead:1; /* Controller has died */ |
399 | unsigned int working_RD:1; /* Suspended root hub doesn't | 399 | unsigned int working_RD:1; /* Suspended root hub doesn't |
400 | need to be polled */ | 400 | need to be polled */ |
401 | unsigned int is_initialized:1; /* Data structure is usable */ | 401 | unsigned int is_initialized:1; /* Data structure is usable */ |