[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1324296142.3350.7.camel@phoenix>
Date: Mon, 19 Dec 2011 20:02:22 +0800
From: Axel Lin <axel.lin@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Jin Park <jinyoungp@...dia.com>,
Samuel Ortiz <sameo@...ux.intel.com>
Subject: [PATCH] mfd: aat2870-core: constify i2c_device_id table
Signed-off-by: Axel Lin <axel.lin@...il.com>
---
drivers/mfd/aat2870-core.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mfd/aat2870-core.c b/drivers/mfd/aat2870-core.c
index 345dc65..a7c1a1b 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 },
{ }
};
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists