Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293387
b: refs/heads/master
c: 38d78ba
h: refs/heads/master
i:
  293385: ef24d50
  293383: d00ede0
v: v3
  • Loading branch information
Mark Brown committed Feb 20, 2012
1 parent 09ab1b4 commit 48a0cb5
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: 65b30bee5824a888dbd636c19bce64570d4a88e2
refs/heads/master: 38d78bafb98adb7b256ba24014471c5562ba4ee1
12 changes: 1 addition & 11 deletions trunk/sound/soc/codecs/ak4104.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,17 +289,7 @@ static struct spi_driver ak4104_spi_driver = {
.remove = __devexit_p(ak4104_spi_remove),
};

static int __init ak4104_init(void)
{
return spi_register_driver(&ak4104_spi_driver);
}
module_init(ak4104_init);

static void __exit ak4104_exit(void)
{
spi_unregister_driver(&ak4104_spi_driver);
}
module_exit(ak4104_exit);
module_spi_driver(ak4104_spi_driver);

MODULE_AUTHOR("Daniel Mack <daniel@caiaq.de>");
MODULE_DESCRIPTION("Asahi Kasei AK4104 ALSA SoC driver");
Expand Down

0 comments on commit 48a0cb5

Please sign in to comment.