Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328454
b: refs/heads/master
c: ab3b878
h: refs/heads/master
v: v3
  • Loading branch information
Maxime Ripard authored and Linus Walleij committed Sep 7, 2012
1 parent 8be59c9 commit afa7253
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: a3b930815d07e2a8a25e85496839f80facb3654d
refs/heads/master: ab3b8782618c046386b85ada5e0e789212f17cf8
13 changes: 1 addition & 12 deletions trunk/drivers/gpio/gpio-74x164.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,18 +159,7 @@ static struct spi_driver gen_74x164_driver = {
.probe = gen_74x164_probe,
.remove = __devexit_p(gen_74x164_remove),
};

static int __init gen_74x164_init(void)
{
return spi_register_driver(&gen_74x164_driver);
}
subsys_initcall(gen_74x164_init);

static void __exit gen_74x164_exit(void)
{
spi_unregister_driver(&gen_74x164_driver);
}
module_exit(gen_74x164_exit);
module_spi_driver(gen_74x164_driver);

MODULE_AUTHOR("Gabor Juhos <juhosg@openwrt.org>");
MODULE_AUTHOR("Miguel Gaio <miguel.gaio@efixo.com>");
Expand Down

0 comments on commit afa7253

Please sign in to comment.