From: Axel Haslam Date: Thu, 3 Nov 2016 16:03:08 +0000 (+0100) Subject: usb: ohci-da8xx: rename driver to ohci-da8xx X-Git-Tag: v4.10-rc1~150^2~38 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=eacae5d2b940b39e7234036bf62869aff5ffe055;p=linux.git 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 Signed-off-by: Greg Kroah-Hartman --- 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;