Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283771
b: refs/heads/master
c: 880dd72
h: refs/heads/master
i:
  283769: e58b843
  283767: 62659b3
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Nov 24, 2011
1 parent 66528cc commit 2ed791e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 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: ee18f6314fa16376d53c29ecf9704011f2ce8180
refs/heads/master: 880dd7210cd04205c6584922ad16b2d5731ab2c0
12 changes: 1 addition & 11 deletions trunk/sound/soc/s6000/s6000-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -604,17 +604,7 @@ static struct platform_driver s6000_i2s_driver = {
},
};

static int __init s6000_i2s_init(void)
{
return platform_driver_register(&s6000_i2s_driver);
}
module_init(s6000_i2s_init);

static void __exit s6000_i2s_exit(void)
{
platform_driver_unregister(&s6000_i2s_driver);
}
module_exit(s6000_i2s_exit);
module_platform_driver(s6000_i2s_driver);

MODULE_AUTHOR("Daniel Gloeckner");
MODULE_DESCRIPTION("Stretch s6000 family I2S SoC Interface");
Expand Down
12 changes: 1 addition & 11 deletions trunk/sound/soc/s6000/s6000-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,17 +520,7 @@ static struct platform_driver s6000_pcm_driver = {
.remove = __devexit_p(s6000_soc_platform_remove),
};

static int __init snd_s6000_pcm_init(void)
{
return platform_driver_register(&s6000_pcm_driver);
}
module_init(snd_s6000_pcm_init);

static void __exit snd_s6000_pcm_exit(void)
{
platform_driver_unregister(&s6000_pcm_driver);
}
module_exit(snd_s6000_pcm_exit);
module_platform_driver(s6000_pcm_driver);

MODULE_AUTHOR("Daniel Gloeckner");
MODULE_DESCRIPTION("Stretch s6000 family PCM DMA module");
Expand Down

0 comments on commit 2ed791e

Please sign in to comment.