aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2010-12-02 01:49:26 -0500
committerFelipe Balbi <balbi@ti.com>2010-12-10 03:21:10 -0500
commit05ac10dd6862a3fcce33d2203fbb2ef285e3ca87 (patch)
treed56301e2a12cecc8ef75f9fc6ca121a432cc5271 /drivers/usb/musb
parent7c925546427a0428b84bc5ba1f28b3698e492072 (diff)
usb: musb: trivial search and replace patch
change all ocurrences of musb_hdrc to musb-hdrc. We will call glue layer drivers musb-<glue layer>, so in order to keep things somewhat standard, let's change the underscore into a dash. Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb')
-rw-r--r--drivers/usb/musb/Kconfig2
-rw-r--r--drivers/usb/musb/musb_core.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig
index 7119d900a47..03a42901922 100644
--- a/drivers/usb/musb/Kconfig
+++ b/drivers/usb/musb/Kconfig
@@ -30,7 +30,7 @@ config USB_MUSB_HDRC
30 If you do not know what this is, please say N. 30 If you do not know what this is, please say N.
31 31
32 To compile this driver as a module, choose M here; the 32 To compile this driver as a module, choose M here; the
33 module will be called "musb_hdrc". 33 module will be called "musb-hdrc".
34 34
35choice 35choice
36 prompt "Platform Glue Layer" 36 prompt "Platform Glue Layer"
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c
index 8df1c583f19..1ca14f90c99 100644
--- a/drivers/usb/musb/musb_core.c
+++ b/drivers/usb/musb/musb_core.c
@@ -126,7 +126,7 @@ MODULE_PARM_DESC(debug, "Debug message level. Default = 0");
126 126
127#define DRIVER_INFO DRIVER_DESC ", v" MUSB_VERSION 127#define DRIVER_INFO DRIVER_DESC ", v" MUSB_VERSION
128 128
129#define MUSB_DRIVER_NAME "musb_hdrc" 129#define MUSB_DRIVER_NAME "musb-hdrc"
130const char musb_driver_name[] = MUSB_DRIVER_NAME; 130const char musb_driver_name[] = MUSB_DRIVER_NAME;
131 131
132MODULE_DESCRIPTION(DRIVER_INFO); 132MODULE_DESCRIPTION(DRIVER_INFO);