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>
This commit is contained in:
Felipe Balbi
2010-12-02 08:49:26 +02:00
parent 7c92554642
commit 05ac10dd68
18 changed files with 21 additions and 21 deletions

View File

@@ -77,7 +77,7 @@ static struct musb_hdrc_platform_data musb_plat = {
static u64 musb_dmamask = DMA_BIT_MASK(32);
static struct platform_device musb_device = {
.name = "musb_hdrc",
.name = "musb-hdrc",
.id = -1,
.dev = {
.dma_mask = &musb_dmamask,