diff options
author | Axel Haslam <ahaslam@baylibre.com> | 2016-11-03 17:03:08 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-23 10:32:05 +0100 |
commit | eacae5d2b940b39e7234036bf62869aff5ffe055 (patch) | |
tree | 5bfde6efc989c5d8582b646d293630da5ed79acd /drivers/usb/host/ohci-da8xx.c | |
parent | usb: musb: da8xx: Set phy in OTG mode by default (diff) | |
download | linux-eacae5d2b940b39e7234036bf62869aff5ffe055.tar.xz linux-eacae5d2b940b39e7234036bf62869aff5ffe055.zip |
usb: ohci-da8xx: rename driver to ohci-da8xx
The davinci ohci driver name (currently "ohci") is too generic.
To be consistent with other usb dirvers, append the "-da8xx" postfix
to the name.
Signed-off-by: Axel Haslam <ahaslam@baylibre.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ohci-da8xx.c')
-rw-r--r-- | drivers/usb/host/ohci-da8xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-da8xx.c b/drivers/usb/host/ohci-da8xx.c index bd6cf3c9ec60..b3de8bc6cbeb 100644 --- a/drivers/usb/host/ohci-da8xx.c +++ b/drivers/usb/host/ohci-da8xx.c @@ -27,7 +27,7 @@ #include "ohci.h" #define DRIVER_DESC "DA8XX" -#define DRV_NAME "ohci" +#define DRV_NAME "ohci-da8xx" static struct hc_driver __read_mostly ohci_da8xx_hc_driver; |