Indentation changes to DM644X EMAC resource structure
Signed-off-by: Chaithrika U.S <[EMAIL PROTECTED]>
---
arch/arm/mach-davinci/devices.c | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/arch/arm/mach-davinci/devices.c b/arch/arm/mach-davinci/devices.c
index 58b3009..7bb4a93 100644
--- a/arch/arm/mach-davinci/devices.c
+++ b/arch/arm/mach-davinci/devices.c
@@ -105,18 +105,17 @@ static void davinci_init_mmcsd(void) {}
#if defined(CONFIG_TI_DAVINCI_EMAC) || defined(CONFIG_TI_DAVINCI_EMAC_MODULE)
static struct resource emac_resources[] = {
- {
- .start = DAVINCI_EMAC_CNTRL_REGS_BASE,
- .end = DAVINCI_EMAC_CNTRL_REGS_BASE + 0x4800, /* 4K */
- .flags = IORESOURCE_MEM,
- },
- {
- .start = IRQ_EMACINT,
- .flags = IORESOURCE_IRQ,
- },
+ {
+ .start = DAVINCI_EMAC_CNTRL_REGS_BASE,
+ .end = DAVINCI_EMAC_CNTRL_REGS_BASE + 0x4800,
+ .flags = IORESOURCE_MEM,
+ },
+ {
+ .start = IRQ_EMACINT,
+ .flags = IORESOURCE_IRQ,
+ },
};
-
static struct emac_platform_data emac_pdata;
static struct platform_device davinci_emac_device = {
--
1.5.4.1
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source