Arvind Yadav 9d6d009a67 drm: i2c: sil164: constify i2c_device_id
i2c_device_id are not supposed to change at runtime. All functions
working with i2c_device_id provided by <linux/i2c.h> work with
const i2c_device_id. So mark the non-const structs as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/1503167300-17334-3-git-send-email-arvind.yadav.cs@gmail.com
2017-08-22 08:29:10 +02:00
..
2017-08-15 16:16:58 +10:00
2017-08-16 12:06:02 +10:00
2017-08-15 14:46:16 -04:00
2017-08-10 11:26:49 +10:00
2017-08-18 09:10:46 +02:00
2017-08-16 21:35:57 +02:00
2017-08-15 16:16:58 +10:00
2017-07-27 08:15:43 +10:00
2017-08-11 10:49:21 +02:00