Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 011b2e84 authored by Ryan Mallon's avatar Ryan Mallon
Browse files

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: default avatarRyan Mallon <rmallon@gmail.com>
Acked-by: default avatarHartley Sweeten <hsweeten@visionengravers.com>
parent ede55aaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);