diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2010-06-11 15:51:44 +0000 |
---|---|---|
committer | Hiroshi DOYU <Hiroshi.DOYU@nokia.com> | 2010-08-04 15:50:19 +0300 |
commit | 1f2c4dfd30edfe9125a00d76596ebb3adabd8a5a (patch) | |
tree | 6439fad46ec029d807f6b5213e50902aa3686a88 /arch/arm/mach-omap1 | |
parent | fc9960b2823d581ab8a1541fc8b9f2748ee3e5f2 (diff) |
omap: mailbox: add IRQ names
Will be useful to identify them later.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r-- | arch/arm/mach-omap1/devices.c | 1 |
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[] = { { .start = INT_DSP_MAILBOX1, .flags = IORESOURCE_IRQ, + .name = "dsp", }, }; |