Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283786
b: refs/heads/master
c: 33d316c
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Nov 25, 2011
1 parent 9718fcb commit 232d83c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 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: cb5e87387cfa8172faca36682e2df069b006efdf
refs/heads/master: 33d316cd8b39fda7106332e5554f5959dc04b4dc
13 changes: 1 addition & 12 deletions trunk/sound/soc/txx9/txx9aclc-ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,18 +223,7 @@ static struct platform_driver txx9aclc_ac97_driver = {
},
};

static int __init txx9aclc_ac97_init(void)
{
return platform_driver_register(&txx9aclc_ac97_driver);
}

static void __exit txx9aclc_ac97_exit(void)
{
platform_driver_unregister(&txx9aclc_ac97_driver);
}

module_init(txx9aclc_ac97_init);
module_exit(txx9aclc_ac97_exit);
module_platform_driver(txx9aclc_ac97_driver);

MODULE_AUTHOR("Atsushi Nemoto <anemo@mba.ocn.ne.jp>");
MODULE_DESCRIPTION("TXx9 ACLC AC97 driver");
Expand Down
12 changes: 1 addition & 11 deletions trunk/sound/soc/txx9/txx9aclc.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,17 +438,7 @@ static struct platform_driver txx9aclc_pcm_driver = {
.remove = __devexit_p(txx9aclc_soc_platform_remove),
};

static int __init snd_txx9aclc_pcm_init(void)
{
return platform_driver_register(&txx9aclc_pcm_driver);
}
module_init(snd_txx9aclc_pcm_init);

static void __exit snd_txx9aclc_pcm_exit(void)
{
platform_driver_unregister(&txx9aclc_pcm_driver);
}
module_exit(snd_txx9aclc_pcm_exit);
module_platform_driver(txx9aclc_pcm_driver);

MODULE_AUTHOR("Atsushi Nemoto <anemo@mba.ocn.ne.jp>");
MODULE_DESCRIPTION("TXx9 ACLC Audio DMA driver");
Expand Down

0 comments on commit 232d83c

Please sign in to comment.