aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap1/devices.c')
-rw-r--r--arch/arm/mach-omap1/devices.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/devices.c b/arch/arm/mach-omap1/devices.c
index da796f2df27d..314fea3074b5 100644
--- a/arch/arm/mach-omap1/devices.c
+++ b/arch/arm/mach-omap1/devices.c
@@ -82,6 +82,7 @@ static struct resource mbox_resources[] = {
82 { 82 {
83 .start = INT_DSP_MAILBOX1, 83 .start = INT_DSP_MAILBOX1,
84 .flags = IORESOURCE_IRQ, 84 .flags = IORESOURCE_IRQ,
85 .name = "dsp",
85 }, 86 },
86}; 87};
87 88