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>
This commit is contained in:
parent
7ccf62941a
commit
eacae5d2b9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user