ARM: amba: ux500: get rid of NO_IRQ
irq 0 now means no irq, so get rid of this unnecessary initializer. Acked-by: srinidhi kasagar <srinidhi.kasagar@stericsson.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
023f117c54
commit
4ce02fdc4e
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ dbx500_add_amba_device(const char *name, resource_size_t base,
|
|||
dev->dev.coherent_dma_mask = DMA_BIT_MASK(32);
|
||||
|
||||
dev->irq[0] = irq;
|
||||
dev->irq[1] = NO_IRQ;
|
||||
|
||||
dev->periphid = periphid;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue