Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328449
b: refs/heads/master
c: c8554d3
h: refs/heads/master
i:
  328447: b003e5e
v: v3
  • Loading branch information
Axel Lin authored and Linus Walleij committed Sep 4, 2012
1 parent 0b4a95c commit 094b3bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 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: f3fe077b2b7fb9c9b354a85a2be7fc8ad453d246
refs/heads/master: c8554d32483ef543b9ad3e4349c8d80ea625dc04
14 changes: 1 addition & 13 deletions trunk/drivers/gpio/gpio-adp5588.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,19 +483,7 @@ static struct i2c_driver adp5588_gpio_driver = {
.id_table = adp5588_gpio_id,
};

static int __init adp5588_gpio_init(void)
{
return i2c_add_driver(&adp5588_gpio_driver);
}

module_init(adp5588_gpio_init);

static void __exit adp5588_gpio_exit(void)
{
i2c_del_driver(&adp5588_gpio_driver);
}

module_exit(adp5588_gpio_exit);
module_i2c_driver(adp5588_gpio_driver);

MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>");
MODULE_DESCRIPTION("GPIO ADP5588 Driver");
Expand Down

0 comments on commit 094b3bf

Please sign in to comment.