mfd/da9052: make i2c_device_id array const
authorArnd Bergmann <arnd@arndb.de>
Fri, 13 Jul 2012 16:24:26 +0000 (16:24 +0000)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 11 Sep 2012 06:57:36 +0000 (08:57 +0200)
This is possible since *of_device_id.data became const. While at it also
drop a cast to const that was never needed.

[ukl: split Arnd's patch by driver and add changlog]

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

No differences found