summaryrefslogtreecommitdiff
path: root/drivers/mfd/pcf50633-core.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-03-23 12:54:17 (GMT)
committerSamuel Ortiz <sameo@linux.intel.com>2011-03-26 23:09:32 (GMT)
commit1206552b02f725bdc603e3153b4a32403d7da9e4 (patch)
tree18742789e7372a896c0ac6cc95d628927d081d93 /drivers/mfd/pcf50633-core.c
parentadfa4bd4a8bfc53ca7370c57be240d35c2ec28e2 (diff)
downloadlinux-fsl-qoriq-1206552b02f725bdc603e3153b4a32403d7da9e4.tar.xz
mfd: Constify i2c_device_id tables
Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Harald Welte <laforge@gnumonks.org> Cc: Matti Aaltonen <matti.j.aaltonen@nokia.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/pcf50633-core.c')
-rw-r--r--drivers/mfd/pcf50633-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c
index c1306ed..c7687f6 100644
--- a/drivers/mfd/pcf50633-core.c
+++ b/drivers/mfd/pcf50633-core.c
@@ -356,7 +356,7 @@ static int __devexit pcf50633_remove(struct i2c_client *client)
return 0;
}
-static struct i2c_device_id pcf50633_id_table[] = {
+static const struct i2c_device_id pcf50633_id_table[] = {
{"pcf50633", 0x73},
{/* end of list */}
};