Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Axel Haslam and committed by
Greg Kroah-Hartman
eacae5d2 7ccf6294

+1 -1
+1 -1
drivers/usb/host/ohci-da8xx.c
··· 27 27 #include "ohci.h" 28 28 29 29 #define DRIVER_DESC "DA8XX" 30 - #define DRV_NAME "ohci" 30 + #define DRV_NAME "ohci-da8xx" 31 31 32 32 static struct hc_driver __read_mostly ohci_da8xx_hc_driver; 33 33