提交 011b2e84 编写于 作者: R Ryan Mallon

Fix build breakage in ep93xx-core

Commit ede55aaa "arm: ep93xx: use
DEFINE_RES_* macros" introduced a build breakage in ep93xx due to a
typo. Fix it.
Signed-off-by: NRyan Mallon <rmallon@gmail.com>
Acked-by: NHartley Sweeten <hsweeten@visionengravers.com>
上级 ede55aaa
......@@ -357,7 +357,7 @@ static struct ep93xx_eth_data ep93xx_eth_data;
static struct resource ep93xx_eth_resource[] = {
DEFINE_RES_MEM(EP93XX_ETHERNET_PHYS_BASE, 0x10000),
DEFINE_REQ_IRQ(IRQ_EP93XX_ETHERNET),
DEFINE_RES_IRQ(IRQ_EP93XX_ETHERNET),
};
static u64 ep93xx_eth_dma_mask = DMA_BIT_MASK(32);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册