diff options
Diffstat (limited to 'drivers/usb/misc/ftdi-elan.c')
-rw-r--r-- | drivers/usb/misc/ftdi-elan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/misc/ftdi-elan.c b/drivers/usb/misc/ftdi-elan.c index 1edb6d361896..2300a51d48b7 100644 --- a/drivers/usb/misc/ftdi-elan.c +++ b/drivers/usb/misc/ftdi-elan.c | |||
@@ -73,7 +73,7 @@ static struct list_head ftdi_static_list; | |||
73 | */ | 73 | */ |
74 | #include "usb_u132.h" | 74 | #include "usb_u132.h" |
75 | #include <asm/io.h> | 75 | #include <asm/io.h> |
76 | #include "../core/hcd.h" | 76 | #include <linux/usb/hcd.h> |
77 | 77 | ||
78 | /* FIXME ohci.h is ONLY for internal use by the OHCI driver. | 78 | /* FIXME ohci.h is ONLY for internal use by the OHCI driver. |
79 | * If you're going to try stuff like this, you need to split | 79 | * If you're going to try stuff like this, you need to split |