Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327722
b: refs/heads/master
c: 395a573
h: refs/heads/master
v: v3
  • Loading branch information
alex.bluesman.smirnov@gmail.com authored and David S. Miller committed Aug 30, 2012
1 parent 3760af0 commit 41e795f
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: 9eca2eb9942ee0b6f2bc76485e16e334aee2c0bf
refs/heads/master: 395a57385508f7b8b445b6911bfa35bc0ccaa0ff
12 changes: 1 addition & 11 deletions trunk/drivers/ieee802154/at86rf230.c
Original file line number Diff line number Diff line change
Expand Up @@ -952,17 +952,7 @@ static struct spi_driver at86rf230_driver = {
.resume = at86rf230_resume,
};

static int __init at86rf230_init(void)
{
return spi_register_driver(&at86rf230_driver);
}
module_init(at86rf230_init);

static void __exit at86rf230_exit(void)
{
spi_unregister_driver(&at86rf230_driver);
}
module_exit(at86rf230_exit);
module_spi_driver(at86rf230_driver);

MODULE_DESCRIPTION("AT86RF230 Transceiver Driver");
MODULE_LICENSE("GPL v2");

0 comments on commit 41e795f

Please sign in to comment.