Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336872
b: refs/heads/master
c: b5ba78d
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 28, 2012
1 parent 7adf8b7 commit 38bab3e
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: aeca8ad1f0613a76a8f5fed174810fab9bc424cf
refs/heads/master: b5ba78de76b0a39cfcf08dec78e90b737e995965
4 changes: 2 additions & 2 deletions trunk/drivers/gpio/gpio-adnp.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,13 +582,13 @@ static __devexit int adnp_i2c_remove(struct i2c_client *client)
return 0;
}

static const struct i2c_device_id adnp_i2c_id[] __devinitconst = {
static const struct i2c_device_id adnp_i2c_id[] = {
{ "gpio-adnp" },
{ },
};
MODULE_DEVICE_TABLE(i2c, adnp_i2c_id);

static const struct of_device_id adnp_of_match[] __devinitconst = {
static const struct of_device_id adnp_of_match[] = {
{ .compatible = "ad,gpio-adnp", },
{ },
};
Expand Down

0 comments on commit 38bab3e

Please sign in to comment.