mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-15 22:31:47 -04:00
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:
committed by
Greg Kroah-Hartman
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user