]> git.karo-electronics.de Git - linux-beck.git/commitdiff
mfd: Constify aat2870-core i2c_device_id table
authorAxel Lin <axel.lin@gmail.com>
Mon, 19 Dec 2011 12:02:22 +0000 (20:02 +0800)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 8 Jan 2012 23:37:44 +0000 (00:37 +0100)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
drivers/mfd/aat2870-core.c

index 762061712db6da4df44d5dc99b0e1c4356da779b..e6da563178dfd450f5ad589cfd256d51dfa8217e 100644 (file)
@@ -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 },
        { }
 };