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:
Axel Haslam 2016-11-03 17:03:08 +01:00 committed by Greg Kroah-Hartman
parent 7ccf62941a
commit eacae5d2b9

View file

@ -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;