Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305804
b: refs/heads/master
c: d4c6983
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt authored and Takashi Iwai committed May 21, 2012
1 parent ded9cbb commit 6e682c7
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: e182534d4bd3a779941f2868f35e1f66a8d36cea
refs/heads/master: d4c6983859a82422640c727d2426b435dfff56f4
4 changes: 2 additions & 2 deletions trunk/sound/sh/sh_dac_audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,12 +433,12 @@ static int __devinit snd_sh_dac_probe(struct platform_device *devptr)
/*
* "driver" definition
*/
static struct platform_driver driver = {
static struct platform_driver sh_dac_driver = {
.probe = snd_sh_dac_probe,
.remove = snd_sh_dac_remove,
.driver = {
.name = "dac_audio",
},
};

module_platform_driver(driver);
module_platform_driver(sh_dac_driver);

0 comments on commit 6e682c7

Please sign in to comment.