diff options
| author | Marek Vasut <[email protected]> | 2014-02-06 02:43:45 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2014-02-06 04:48:15 +0100 |
| commit | f016f8ca3d503af004a649de1c704d5ddf3def22 (patch) | |
| tree | 097147112be45883bd473a3955595e55a4353423 /drivers/serial | |
| parent | fc2d5d04e1ebfd5ed5bc031938573d3a19413b7b (diff) | |
usb: mv_udc: Rename to ci_udc
The mv_udc is not marvell-specific anymore. The mv_udc is used to drive
generic ChipIdea CI13xxx series OTG cores, so rename the driver to ci_udc
instead.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Eric Nelson <[email protected]>
Cc: Stefano Babic <[email protected]>
Diffstat (limited to 'drivers/serial')
| -rw-r--r-- | drivers/serial/usbtty.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/usbtty.h b/drivers/serial/usbtty.h index 819dec663f4..21a3ef4d97e 100644 --- a/drivers/serial/usbtty.h +++ b/drivers/serial/usbtty.h @@ -20,8 +20,8 @@ #include <usb/pxa27x_udc.h> #elif defined(CONFIG_DW_UDC) #include <usb/designware_udc.h> -#elif defined(CONFIG_MV_UDC) -#include <usb/mv_udc.h> +#elif defined(CONFIG_CI_UDC) +#include <usb/ci_udc.h> #endif #include <usb/udc.h> |
