Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173301
b: refs/heads/master
c: 31f53cf
h: refs/heads/master
i:
  173299: 056c2f4
v: v3
  • Loading branch information
Mark A. Greer authored and Kevin Hilman committed Nov 25, 2009
1 parent d342ff6 commit 02404cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e9ab3214a8fc546d62e22064caa559b912620106
refs/heads/master: 31f53cf391520e62804ed013daf50dfa170d114a
10 changes: 5 additions & 5 deletions trunk/arch/arm/mach-davinci/devices-da8xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 02404cc

Please sign in to comment.