diff options
Diffstat (limited to 'drivers/usb/storage/usb.c')
-rw-r--r-- | drivers/usb/storage/usb.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c index 97b9ebb8a082..cb4c770baf32 100644 --- a/drivers/usb/storage/usb.c +++ b/drivers/usb/storage/usb.c | |||
@@ -90,7 +90,9 @@ | |||
90 | #ifdef CONFIG_USB_STORAGE_JUMPSHOT | 90 | #ifdef CONFIG_USB_STORAGE_JUMPSHOT |
91 | #include "jumpshot.h" | 91 | #include "jumpshot.h" |
92 | #endif | 92 | #endif |
93 | 93 | #ifdef CONFIG_USB_STORAGE_ONETOUCH | |
94 | #include "onetouch.h" | ||
95 | #endif | ||
94 | 96 | ||
95 | /* Some informational data */ | 97 | /* Some informational data */ |
96 | MODULE_AUTHOR("Matthew Dharm <mdharm-usb@one-eyed-alien.net>"); | 98 | MODULE_AUTHOR("Matthew Dharm <mdharm-usb@one-eyed-alien.net>"); |