Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eacae5d2 authored by Axel Haslam's avatar Axel Haslam Committed by Greg Kroah-Hartman
Browse files

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: default avatarAxel Haslam <ahaslam@baylibre.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7ccf6294
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;