Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332036
b: refs/heads/master
c: 9bb280a
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Mark Brown committed Aug 27, 2012
1 parent 3dde379 commit 29a18bc
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: b10be23b88566c0f14889dd981ebfca1ef427b8b
refs/heads/master: 9bb280a2eb9f4bc951549dceb1d4e0b0a316eb95
12 changes: 1 addition & 11 deletions trunk/sound/soc/codecs/tlv320aic26.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,14 +444,4 @@ static struct spi_driver aic26_spi = {
.remove = aic26_spi_remove,
};

static int __init aic26_init(void)
{
return spi_register_driver(&aic26_spi);
}
module_init(aic26_init);

static void __exit aic26_exit(void)
{
spi_unregister_driver(&aic26_spi);
}
module_exit(aic26_exit);
module_spi_driver(aic26_spi);

0 comments on commit 29a18bc

Please sign in to comment.