Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283058
b: refs/heads/master
c: 19b9557
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Linus Torvalds committed Jan 11, 2012
1 parent 46c0c92 commit 2658d62
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: 09a0d183ef3d310ee9d0b835d9db741fda9d6d46
refs/heads/master: 19b955768b4ede7c9ad0efe4def70852c530d4f9
13 changes: 1 addition & 12 deletions trunk/drivers/leds/leds-dac124s085.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,18 +131,7 @@ static struct spi_driver dac124s085_driver = {
},
};

static int __init dac124s085_leds_init(void)
{
return spi_register_driver(&dac124s085_driver);
}

static void __exit dac124s085_leds_exit(void)
{
spi_unregister_driver(&dac124s085_driver);
}

module_init(dac124s085_leds_init);
module_exit(dac124s085_leds_exit);
module_spi_driver(dac124s085_driver);

MODULE_AUTHOR("Guennadi Liakhovetski <lg@denx.de>");
MODULE_DESCRIPTION("DAC124S085 LED driver");
Expand Down

0 comments on commit 2658d62

Please sign in to comment.