diff options
Diffstat (limited to 'arch/arm/mach-shmobile/setup-sh73a0.c')
| -rw-r--r-- | arch/arm/mach-shmobile/setup-sh73a0.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-sh73a0.c b/arch/arm/mach-shmobile/setup-sh73a0.c index e46821c0a62..20e71e5cace 100644 --- a/arch/arm/mach-shmobile/setup-sh73a0.c +++ b/arch/arm/mach-shmobile/setup-sh73a0.c @@ -607,7 +607,7 @@ static struct resource sh73a0_dmae_resources[] = {  		.flags  = IORESOURCE_MEM,  	},  	{ -		/* DMA error IRQ */ +		.name	= "error_irq",  		.start  = gic_spi(129),  		.end    = gic_spi(129),  		.flags  = IORESOURCE_IRQ,  |