Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283775
b: refs/heads/master
c: c32986e
h: refs/heads/master
i:
  283773: a2850b8
  283771: 2ed791e
  283767: 62659b3
  283759: 99cb885
  283743: 8ea6f0e
  283711: 26573e3
  283647: 0f6bd03
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Nov 24, 2011
1 parent 0dbddfc commit d4d3e39
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: 7a24b2ba59fda5e6d1367d5d3cb0d4d0f811713b
refs/heads/master: c32986e66bd72c02f9ecef490769248c7fcb5145
12 changes: 1 addition & 11 deletions trunk/sound/soc/jz4740/jz4740-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,17 +519,7 @@ static struct platform_driver jz4740_i2s_driver = {
},
};

static int __init jz4740_i2s_init(void)
{
return platform_driver_register(&jz4740_i2s_driver);
}
module_init(jz4740_i2s_init);

static void __exit jz4740_i2s_exit(void)
{
platform_driver_unregister(&jz4740_i2s_driver);
}
module_exit(jz4740_i2s_exit);
module_platform_driver(jz4740_i2s_driver);

MODULE_AUTHOR("Lars-Peter Clausen, <lars@metafoo.de>");
MODULE_DESCRIPTION("Ingenic JZ4740 SoC I2S driver");
Expand Down
12 changes: 1 addition & 11 deletions trunk/sound/soc/jz4740/jz4740-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,17 +356,7 @@ static struct platform_driver jz4740_pcm_driver = {
},
};

static int __init jz4740_soc_platform_init(void)
{
return platform_driver_register(&jz4740_pcm_driver);
}
module_init(jz4740_soc_platform_init);

static void __exit jz4740_soc_platform_exit(void)
{
return platform_driver_unregister(&jz4740_pcm_driver);
}
module_exit(jz4740_soc_platform_exit);
module_platform_driver(jz4740_pcm_driver);

MODULE_AUTHOR("Lars-Peter Clausen <lars@metafoo.de>");
MODULE_DESCRIPTION("Ingenic SoC JZ4740 PCM driver");
Expand Down

0 comments on commit d4d3e39

Please sign in to comment.