Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293131
b: refs/heads/master
c: f443ac9
h: refs/heads/master
i:
  293129: d9c407e
  293127: fcc6af6
v: v3
  • Loading branch information
Axel Lin authored and Takashi Iwai committed Jan 27, 2012
1 parent b62f9b6 commit 0aa1653
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: 98654d3fa2e6983378e3510131c5c45be97c4906
refs/heads/master: f443ac935a2fd80f177c6b5a580cc54ef18c552d
12 changes: 1 addition & 11 deletions trunk/sound/spi/at73c213.c
Original file line number Diff line number Diff line change
Expand Up @@ -1112,17 +1112,7 @@ static struct spi_driver at73c213_driver = {
.remove = __devexit_p(snd_at73c213_remove),
};

static int __init at73c213_init(void)
{
return spi_register_driver(&at73c213_driver);
}
module_init(at73c213_init);

static void __exit at73c213_exit(void)
{
spi_unregister_driver(&at73c213_driver);
}
module_exit(at73c213_exit);
module_spi_driver(at73c213_driver);

MODULE_AUTHOR("Hans-Christian Egtvedt <egtvedt@samfundet.no>");
MODULE_DESCRIPTION("Sound driver for AT73C213 with Atmel SSC");
Expand Down

0 comments on commit 0aa1653

Please sign in to comment.