diff options
Diffstat (limited to 'include/linux/usb')
-rw-r--r-- | include/linux/usb/hcd.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index 8b65068c6af9..0be61970074e 100644 --- a/include/linux/usb/hcd.h +++ b/include/linux/usb/hcd.h | |||
@@ -641,13 +641,6 @@ static inline void usbmon_urb_complete(struct usb_bus *bus, struct urb *urb, | |||
641 | 641 | ||
642 | /*-------------------------------------------------------------------------*/ | 642 | /*-------------------------------------------------------------------------*/ |
643 | 643 | ||
644 | /* hub.h ... DeviceRemovable in 2.4.2-ac11, gone in 2.4.10 */ | ||
645 | /* bleech -- resurfaced in 2.4.11 or 2.4.12 */ | ||
646 | #define bitmap DeviceRemovable | ||
647 | |||
648 | |||
649 | /*-------------------------------------------------------------------------*/ | ||
650 | |||
651 | /* random stuff */ | 644 | /* random stuff */ |
652 | 645 | ||
653 | #define RUN_CONTEXT (in_irq() ? "in_irq" \ | 646 | #define RUN_CONTEXT (in_irq() ? "in_irq" \ |