Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton...
[sfrench/cifs-2.6.git] / drivers / iio / light / apds9300.c
index 649b26f678131f0797bb8ecd5e3fd6ef9f42cc03..05eacd1ee40f2874553d5072db62ddeaa3cb9318 100644 (file)
@@ -505,7 +505,7 @@ static SIMPLE_DEV_PM_OPS(apds9300_pm_ops, apds9300_suspend, apds9300_resume);
 #define APDS9300_PM_OPS NULL
 #endif
 
-static struct i2c_device_id apds9300_id[] = {
+static const struct i2c_device_id apds9300_id[] = {
        { APDS9300_DRV_NAME, 0 },
        { }
 };