From: Axel Lin Date: Mon, 19 Dec 2011 12:02:22 +0000 (+0800) Subject: mfd: Constify aat2870-core i2c_device_id table X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d4e948636bd1d9bdf07d38d63d324812725f9d88;p=linux-beck.git mfd: Constify aat2870-core i2c_device_id table Signed-off-by: Axel Lin --- diff --git a/drivers/mfd/aat2870-core.c b/drivers/mfd/aat2870-core.c index 762061712db6..e6da563178df 100644 --- a/drivers/mfd/aat2870-core.c +++ b/drivers/mfd/aat2870-core.c @@ -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 }, { } };