mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
ARM: amba: lpc32xx: get rid of NO_IRQ initializers
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
0dada61a29
commit
cfbd209f34
@ -161,7 +161,7 @@ static struct amba_device lpc32xx_clcd_device = {
|
||||
.flags = IORESOURCE_MEM,
|
||||
},
|
||||
.dma_mask = ~0,
|
||||
.irq = {IRQ_LPC32XX_LCD, NO_IRQ},
|
||||
.irq = {IRQ_LPC32XX_LCD},
|
||||
};
|
||||
|
||||
/*
|
||||
@ -203,7 +203,7 @@ static struct amba_device lpc32xx_ssp0_device = {
|
||||
.flags = IORESOURCE_MEM,
|
||||
},
|
||||
.dma_mask = ~0,
|
||||
.irq = {IRQ_LPC32XX_SSP0, NO_IRQ},
|
||||
.irq = {IRQ_LPC32XX_SSP0},
|
||||
};
|
||||
|
||||
/* AT25 driver registration */
|
||||
|
Loading…
x
Reference in New Issue
Block a user