diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2009-02-12 14:48:22 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-03-24 19:20:35 -0400 |
commit | a74bba3bf92cb6425789ae5050bdcca1283bc6f4 (patch) | |
tree | 780c54b99a7df31f94d074b8eab3383d3452ba6c /drivers/usb/storage/usb.c | |
parent | a9fb6d05d59c9e118ad8c355adfdf88c970c61bc (diff) |
usb-storage: make alauda a separate module
This patch (as1215) converts usb-storage's alauda subdriver into a
separate module.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage/usb.c')
-rw-r--r-- | drivers/usb/storage/usb.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c index 2ea57691a7ba..cd039c008462 100644 --- a/drivers/usb/storage/usb.c +++ b/drivers/usb/storage/usb.c | |||
@@ -69,9 +69,6 @@ | |||
69 | #ifdef CONFIG_USB_STORAGE_ONETOUCH | 69 | #ifdef CONFIG_USB_STORAGE_ONETOUCH |
70 | #include "onetouch.h" | 70 | #include "onetouch.h" |
71 | #endif | 71 | #endif |
72 | #ifdef CONFIG_USB_STORAGE_ALAUDA | ||
73 | #include "alauda.h" | ||
74 | #endif | ||
75 | #ifdef CONFIG_USB_STORAGE_KARMA | 72 | #ifdef CONFIG_USB_STORAGE_KARMA |
76 | #include "karma.h" | 73 | #include "karma.h" |
77 | #endif | 74 | #endif |
@@ -598,15 +595,6 @@ static void get_transport(struct us_data *us) | |||
598 | us->transport_reset = usb_stor_Bulk_reset; | 595 | us->transport_reset = usb_stor_Bulk_reset; |
599 | break; | 596 | break; |
600 | 597 | ||
601 | #ifdef CONFIG_USB_STORAGE_ALAUDA | ||
602 | case US_PR_ALAUDA: | ||
603 | us->transport_name = "Alauda Control/Bulk"; | ||
604 | us->transport = alauda_transport; | ||
605 | us->transport_reset = usb_stor_Bulk_reset; | ||
606 | us->max_lun = 1; | ||
607 | break; | ||
608 | #endif | ||
609 | |||
610 | #ifdef CONFIG_USB_STORAGE_KARMA | 598 | #ifdef CONFIG_USB_STORAGE_KARMA |
611 | case US_PR_KARMA: | 599 | case US_PR_KARMA: |
612 | us->transport_name = "Rio Karma/Bulk"; | 600 | us->transport_name = "Rio Karma/Bulk"; |