mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
gpio: adp5588: Use module_i2c_driver
Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
f3fe077b2b
commit
c8554d3248
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user