Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332139
b: refs/heads/master
c: 9232aa5
h: refs/heads/master
i:
  332137: 3260a5c
  332135: 48c4938
v: v3
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed Sep 22, 2012
1 parent 4084f4b commit 14a9372
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 946cc36ae550ea52adee0f42ac5034a34b5393be
refs/heads/master: 9232aa507fa1707338873430cc404d8f92269e69
8 changes: 4 additions & 4 deletions trunk/drivers/mfd/twl4030-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,18 +250,18 @@ static int __devexit twl4030_audio_remove(struct platform_device *pdev)
return 0;
}

MODULE_ALIAS("platform:twl4030-audio");

static struct platform_driver twl4030_audio_driver = {
.probe = twl4030_audio_probe,
.remove = __devexit_p(twl4030_audio_remove),
.driver = {
.owner = THIS_MODULE,
.name = "twl4030-audio",
},
.probe = twl4030_audio_probe,
.remove = __devexit_p(twl4030_audio_remove),
};

module_platform_driver(twl4030_audio_driver);

MODULE_AUTHOR("Peter Ujfalusi <peter.ujfalusi@ti.com>");
MODULE_DESCRIPTION("TWL4030 audio block MFD driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:twl4030-audio");

0 comments on commit 14a9372

Please sign in to comment.