projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cccdceb
)
mfd: Constify aat2870-core i2c_device_id table
author
Axel Lin
<axel.lin@gmail.com>
Mon, 19 Dec 2011 12:02:22 +0000
(20:02 +0800)
committer
Samuel 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
patch
|
blob
|
history
diff --git
a/drivers/mfd/aat2870-core.c
b/drivers/mfd/aat2870-core.c
index 762061712db6da4df44d5dc99b0e1c4356da779b..e6da563178dfd450f5ad589cfd256d51dfa8217e 100644
(file)
--- 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 },
{ }
};