提交 1a936a38 编写于 作者: K Kuninori Morimoto 提交者: Simon Horman

ARM: shmobile: r8a73a4: don't use named irq for DMAEngine

sh-dma-engine driver doesn't care irq name.
Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: NMagnus Damm <damm@opensource.se>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 93ff9163
...@@ -275,7 +275,7 @@ static const struct sh_dmae_pdata dma_pdata = { ...@@ -275,7 +275,7 @@ static const struct sh_dmae_pdata dma_pdata = {
static struct resource dma_resources[] = { static struct resource dma_resources[] = {
DEFINE_RES_MEM(0xe6700020, 0x89e0), DEFINE_RES_MEM(0xe6700020, 0x89e0),
DEFINE_RES_IRQ_NAMED(gic_spi(220), "error_irq"), DEFINE_RES_IRQ(gic_spi(220)),
{ {
/* IRQ for channels 0-19 */ /* IRQ for channels 0-19 */
.start = gic_spi(200), .start = gic_spi(200),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册