diff options
author | Felipe Balbi <balbi@ti.com> | 2010-12-02 07:49:26 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2010-12-10 09:21:10 +0100 |
commit | 05ac10dd6862a3fcce33d2203fbb2ef285e3ca87 (patch) | |
tree | d56301e2a12cecc8ef75f9fc6ca121a432cc5271 /drivers/usb/musb/Kconfig | |
parent | usb: musb: add Kconfig options for each glue layer (diff) | |
download | linux-05ac10dd6862a3fcce33d2203fbb2ef285e3ca87.tar.xz linux-05ac10dd6862a3fcce33d2203fbb2ef285e3ca87.zip |
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/Kconfig')
-rw-r--r-- | drivers/usb/musb/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig index 7119d900a479..03a42901922c 100644 --- a/drivers/usb/musb/Kconfig +++ b/drivers/usb/musb/Kconfig @@ -30,7 +30,7 @@ config USB_MUSB_HDRC If you do not know what this is, please say N. To compile this driver as a module, choose M here; the - module will be called "musb_hdrc". + module will be called "musb-hdrc". choice prompt "Platform Glue Layer" |