Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355716
b: refs/heads/master
c: 6689c87
h: refs/heads/master
v: v3
  • Loading branch information
Tony Lindgren committed Feb 5, 2013
1 parent d0349a8 commit d7db2b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 27e0bf7701a63f7e125f437bb549f236e2118577
refs/heads/master: 6689c87555839d90f2a0b76d1f982713487a11d2
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-omap2/twl-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ static struct platform_device audio_device = {
.id = -1,
};

void __init omap_twl4030_audio_init(char *card_name,
void omap_twl4030_audio_init(char *card_name,
struct omap_tw4030_pdata *pdata)
{
if (!pdata)
Expand All @@ -549,7 +549,7 @@ void __init omap_twl4030_audio_init(char *card_name,
}

#else /* SOC_OMAP_TWL4030 */
void __init omap_twl4030_audio_init(char *card_name,
void omap_twl4030_audio_init(char *card_name,
struct omap_tw4030_pdata *pdata)
{
return;
Expand Down

0 comments on commit d7db2b5

Please sign in to comment.