diff options
Diffstat (limited to 'drivers/usb/host/ohci.h')
-rw-r--r-- | drivers/usb/host/ohci.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/usb/host/ohci.h b/drivers/usb/host/ohci.h index caacf14371f5..93fdc3c35341 100644 --- a/drivers/usb/host/ohci.h +++ b/drivers/usb/host/ohci.h | |||
@@ -159,7 +159,7 @@ static const int cc_to_error [16] = { | |||
159 | /* Bit Stuff */ -EPROTO, | 159 | /* Bit Stuff */ -EPROTO, |
160 | /* Data Togg */ -EILSEQ, | 160 | /* Data Togg */ -EILSEQ, |
161 | /* Stall */ -EPIPE, | 161 | /* Stall */ -EPIPE, |
162 | /* DevNotResp */ -ETIMEDOUT, | 162 | /* DevNotResp */ -ETIME, |
163 | /* PIDCheck */ -EPROTO, | 163 | /* PIDCheck */ -EPROTO, |
164 | /* UnExpPID */ -EPROTO, | 164 | /* UnExpPID */ -EPROTO, |
165 | /* DataOver */ -EOVERFLOW, | 165 | /* DataOver */ -EOVERFLOW, |
@@ -389,8 +389,6 @@ struct ohci_hcd { | |||
389 | unsigned long next_statechange; /* suspend/resume */ | 389 | unsigned long next_statechange; /* suspend/resume */ |
390 | u32 fminterval; /* saved register */ | 390 | u32 fminterval; /* saved register */ |
391 | 391 | ||
392 | struct notifier_block reboot_notifier; | ||
393 | |||
394 | unsigned long flags; /* for HC bugs */ | 392 | unsigned long flags; /* for HC bugs */ |
395 | #define OHCI_QUIRK_AMD756 0x01 /* erratum #4 */ | 393 | #define OHCI_QUIRK_AMD756 0x01 /* erratum #4 */ |
396 | #define OHCI_QUIRK_SUPERIO 0x02 /* natsemi */ | 394 | #define OHCI_QUIRK_SUPERIO 0x02 /* natsemi */ |