aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/usb-tusb6010.c
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2010-12-23 12:17:49 -0800
committerTony Lindgren <tony@atomide.com>2010-12-23 12:17:49 -0800
commit6ec1e077e36c5469a6f901ca9abbd9bd5d23e6ae (patch)
treea118d025c310af3c1156ed59173d56be35fdf1f3 /arch/arm/mach-omap2/usb-tusb6010.c
parent840b929680c0d79f5248724d1b6b6d3f2ca3159e (diff)
downloadkernel_samsung_smdk4412-6ec1e077e36c5469a6f901ca9abbd9bd5d23e6ae.zip
kernel_samsung_smdk4412-6ec1e077e36c5469a6f901ca9abbd9bd5d23e6ae.tar.gz
kernel_samsung_smdk4412-6ec1e077e36c5469a6f901ca9abbd9bd5d23e6ae.tar.bz2
arm: omap: tusb6010: add name for MUSB IRQ
commit fcf173e4511193b1efeccb0f22a8c641b464353b (add names for IRQs in structure resource) forgot to take care of tusb6010 making it fail to probe due to a missing resource. Fix it. Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/usb-tusb6010.c')
-rw-r--r--arch/arm/mach-omap2/usb-tusb6010.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/usb-tusb6010.c b/arch/arm/mach-omap2/usb-tusb6010.c
index 1e998ea..30f112b 100644
--- a/arch/arm/mach-omap2/usb-tusb6010.c
+++ b/arch/arm/mach-omap2/usb-tusb6010.c
@@ -216,6 +216,7 @@ static struct resource tusb_resources[] = {
.flags = IORESOURCE_MEM,
},
{ /* IRQ */
+ .name = "mc",
.flags = IORESOURCE_IRQ,
},
};