diff options
author | Felipe Balbi <balbi@ti.com> | 2010-12-02 01:49:26 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2010-12-10 03:21:10 -0500 |
commit | 05ac10dd6862a3fcce33d2203fbb2ef285e3ca87 (patch) | |
tree | d56301e2a12cecc8ef75f9fc6ca121a432cc5271 /arch/arm/mach-davinci/usb.c | |
parent | 7c925546427a0428b84bc5ba1f28b3698e492072 (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 'arch/arm/mach-davinci/usb.c')
-rw-r--r-- | arch/arm/mach-davinci/usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/usb.c b/arch/arm/mach-davinci/usb.c index b0d6b07431c0..0c7735bc0d19 100644 --- a/arch/arm/mach-davinci/usb.c +++ b/arch/arm/mach-davinci/usb.c | |||
@@ -76,7 +76,7 @@ static struct resource usb_resources[] = { | |||
76 | static u64 usb_dmamask = DMA_BIT_MASK(32); | 76 | static u64 usb_dmamask = DMA_BIT_MASK(32); |
77 | 77 | ||
78 | static struct platform_device usb_dev = { | 78 | static struct platform_device usb_dev = { |
79 | .name = "musb_hdrc", | 79 | .name = "musb-hdrc", |
80 | .id = -1, | 80 | .id = -1, |
81 | .dev = { | 81 | .dev = { |
82 | .platform_data = &usb_data, | 82 | .platform_data = &usb_data, |