Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269458
b: refs/heads/master
c: 6a20baa
h: refs/heads/master
v: v3
  • Loading branch information
Wanlong Gao authored and Dmitry Torokhov committed Aug 24, 2011
1 parent 78ff515 commit 41419da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6b4b49fea15ea3034e22ad4ca85f23c000b88e92
refs/heads/master: 6a20baa9a40116715ebc99afe5b79b92f637ec23
4 changes: 2 additions & 2 deletions trunk/drivers/input/misc/ad714x-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ static struct i2c_driver ad714x_i2c_driver = {
.id_table = ad714x_id,
};

static __init int ad714x_i2c_init(void)
static int __init ad714x_i2c_init(void)
{
return i2c_add_driver(&ad714x_i2c_driver);
}
module_init(ad714x_i2c_init);

static __exit void ad714x_i2c_exit(void)
static void __exit ad714x_i2c_exit(void)
{
i2c_del_driver(&ad714x_i2c_driver);
}
Expand Down

0 comments on commit 41419da

Please sign in to comment.