Commit 668c8747 authored by Chaithrika U.S's avatar Chaithrika U.S Committed by Kevin Hilman

ARM: DaVinci: indent DM644x emac resource structure

Indentation changes to DM644X EMAC resource structure
Signed-off-by: default avatarChaithrika U.S <chaithrika@ti.com>
parent 9a9fca64
......@@ -95,7 +95,7 @@ static void davinci_init_mmcsd(void) {}
static struct resource emac_resources[] = {
{
.start = DAVINCI_EMAC_CNTRL_REGS_BASE,
.end = DAVINCI_EMAC_CNTRL_REGS_BASE + 0x4800, /* 4K */
.end = DAVINCI_EMAC_CNTRL_REGS_BASE + 0x4800,
.flags = IORESOURCE_MEM,
},
{
......@@ -104,7 +104,6 @@ static struct resource emac_resources[] = {
},
};
static struct emac_platform_data emac_pdata;
static struct platform_device davinci_emac_device = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment