diff --git a/[refs] b/[refs] index 477be0c83f6b..0aed4cc30228 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aeca8ad1f0613a76a8f5fed174810fab9bc424cf +refs/heads/master: b5ba78de76b0a39cfcf08dec78e90b737e995965 diff --git a/trunk/drivers/gpio/gpio-adnp.c b/trunk/drivers/gpio/gpio-adnp.c index 9f23684d1cfc..2a34204bc729 100644 --- a/trunk/drivers/gpio/gpio-adnp.c +++ b/trunk/drivers/gpio/gpio-adnp.c @@ -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", }, { }, };