diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/core/hcd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/core/hcd.h b/drivers/usb/core/hcd.h index 9465e70f4dd0..d202342b36b6 100644 --- a/drivers/usb/core/hcd.h +++ b/drivers/usb/core/hcd.h | |||
@@ -16,6 +16,8 @@ | |||
16 | * Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 16 | * Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #ifndef __USB_CORE_HCD_H | ||
20 | #define __USB_CORE_HCD_H | ||
19 | 21 | ||
20 | #ifdef __KERNEL__ | 22 | #ifdef __KERNEL__ |
21 | 23 | ||
@@ -490,3 +492,5 @@ extern struct rw_semaphore ehci_cf_port_reset_rwsem; | |||
490 | extern unsigned long usb_hcds_loaded; | 492 | extern unsigned long usb_hcds_loaded; |
491 | 493 | ||
492 | #endif /* __KERNEL__ */ | 494 | #endif /* __KERNEL__ */ |
495 | |||
496 | #endif /* __USB_CORE_HCD_H */ | ||