Skip to content

Commit

Permalink
mfd: Constify aat2870-core i2c_device_id table
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@gmail.com>
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Jan 8, 2012
1 parent cccdceb commit d4e9486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/aat2870-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ static int aat2870_i2c_resume(struct i2c_client *client)
#define aat2870_i2c_resume NULL
#endif /* CONFIG_PM */

static struct i2c_device_id aat2870_i2c_id_table[] = {
static const struct i2c_device_id aat2870_i2c_id_table[] = {
{ "aat2870", 0 },
{ }
};
Expand Down

0 comments on commit d4e9486

Please sign in to comment.