From 02404cc46b21ed6b73dac7eeeff91deface743ec Mon Sep 17 00:00:00 2001 From: "Mark A. Greer" Date: Fri, 28 Aug 2009 15:02:54 -0700 Subject: [PATCH] --- yaml --- r: 173301 b: refs/heads/master c: 31f53cf391520e62804ed013daf50dfa170d114a h: refs/heads/master i: 173299: 056c2f4ded844556422827d04b3c0669db74240e v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-davinci/devices-da8xx.c | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 805fd627d386..72b1de2966f7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e9ab3214a8fc546d62e22064caa559b912620106 +refs/heads/master: 31f53cf391520e62804ed013daf50dfa170d114a diff --git a/trunk/arch/arm/mach-davinci/devices-da8xx.c b/trunk/arch/arm/mach-davinci/devices-da8xx.c index 58ad5b66fd60..94ce7a15c728 100644 --- a/trunk/arch/arm/mach-davinci/devices-da8xx.c +++ b/trunk/arch/arm/mach-davinci/devices-da8xx.c @@ -282,6 +282,11 @@ static struct platform_device da8xx_emac_device = { .resource = da8xx_emac_resources, }; +int __init da8xx_register_emac(void) +{ + return platform_device_register(&da8xx_emac_device); +} + static struct resource da830_mcasp1_resources[] = { { .name = "mcasp1", @@ -338,11 +343,6 @@ static struct platform_device da850_mcasp_device = { .resource = da850_mcasp_resources, }; -int __init da8xx_register_emac(void) -{ - return platform_device_register(&da8xx_emac_device); -} - void __init da8xx_init_mcasp(int id, struct snd_platform_data *pdata) { /* DA830/OMAP-L137 has 3 instances of McASP */