Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332038
b: refs/heads/master
c: 2a9a9c8
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Mark Brown committed Aug 27, 2012
1 parent 3de0589 commit 3a91c77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: a5c8878017dd3b51f6f97a36d90c405f8061fe83
refs/heads/master: 2a9a9c876fd6486978a24cd8bc72bd1aeb228b7b
12 changes: 1 addition & 11 deletions trunk/sound/soc/codecs/ad1836.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,17 +379,7 @@ static struct spi_driver ad1836_spi_driver = {
.id_table = ad1836_ids,
};

static int __init ad1836_init(void)
{
return spi_register_driver(&ad1836_spi_driver);
}
module_init(ad1836_init);

static void __exit ad1836_exit(void)
{
spi_unregister_driver(&ad1836_spi_driver);
}
module_exit(ad1836_exit);
module_spi_driver(ad1836_spi_driver);

MODULE_DESCRIPTION("ASoC ad1836 driver");
MODULE_AUTHOR("Barry Song <21cnbao@gmail.com>");
Expand Down

0 comments on commit 3a91c77

Please sign in to comment.