diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2010-12-10 12:23:06 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2010-12-11 05:15:53 -0500 |
commit | 5a166f4f9999355720f829e94cf3bd306bae6f8b (patch) | |
tree | 68a19ca536ec72d699608dbd5de6d62ab53f334f /arch/arm | |
parent | 09e7200221a04ab899e15a0a3cf4b230afd1ab86 (diff) |
DA8xx: assign name to MUSB IRQ resource
Commit fcf173e4511193b1efeccb0f22a8c641b464353b (usb: musb: add names for IRQs
in structure resource) forgot to assign name to the DA8xx MUSB IRQ resource.
Because of that MUSB driver fails to load on DA8xx machines.
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-davinci/usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/usb.c b/arch/arm/mach-davinci/usb.c index 1867366d1f34..23d2b6d9fa63 100644 --- a/arch/arm/mach-davinci/usb.c +++ b/arch/arm/mach-davinci/usb.c | |||
@@ -112,6 +112,7 @@ static struct resource da8xx_usb20_resources[] = { | |||
112 | { | 112 | { |
113 | .start = IRQ_DA8XX_USB_INT, | 113 | .start = IRQ_DA8XX_USB_INT, |
114 | .flags = IORESOURCE_IRQ, | 114 | .flags = IORESOURCE_IRQ, |
115 | .name = "mc", | ||
115 | }, | 116 | }, |
116 | }; | 117 | }; |
117 | 118 | ||