Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328602
b: refs/heads/master
c: 38e271c
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Mark Brown committed Sep 5, 2012
1 parent 8fe236d commit c2bbdfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 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: 38ab18caa0ad9c844ba60f9618c5de6d6954da3e
refs/heads/master: 38e271cde5ae62b0b94ff8e8e7e1e1395da7dbf5
13 changes: 1 addition & 12 deletions trunk/drivers/spi/spi-tle62x0.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,18 +316,7 @@ static struct spi_driver tle62x0_driver = {
.remove = __devexit_p(tle62x0_remove),
};

static __init int tle62x0_init(void)
{
return spi_register_driver(&tle62x0_driver);
}

static __exit void tle62x0_exit(void)
{
spi_unregister_driver(&tle62x0_driver);
}

module_init(tle62x0_init);
module_exit(tle62x0_exit);
module_spi_driver(tle62x0_driver);

MODULE_AUTHOR("Ben Dooks <ben@simtec.co.uk>");
MODULE_DESCRIPTION("TLE62x0 SPI driver");
Expand Down

0 comments on commit c2bbdfd

Please sign in to comment.