X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=drivers%2Fiio%2Flight%2Fapds9300.c;h=05eacd1ee40f2874553d5072db62ddeaa3cb9318;hb=ec3604c7a5aae8953545b0d05495357009a960e5;hp=649b26f678131f0797bb8ecd5e3fd6ef9f42cc03;hpb=52ddb7e9dd735c1a10722c58d3e069af4d3e6df2;p=sfrench%2Fcifs-2.6.git diff --git a/drivers/iio/light/apds9300.c b/drivers/iio/light/apds9300.c index 649b26f67813..05eacd1ee40f 100644 --- a/drivers/iio/light/apds9300.c +++ b/drivers/iio/light/apds9300.c @@ -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 }, { } };