can: mpc5xxx_can: make data used as *of_device_id.data const
authorArnd Bergmann <[email protected]>
Fri, 13 Jul 2012 16:24:26 +0000 (16:24 +0000)
committerUwe Kleine-König <[email protected]>
Tue, 11 Sep 2012 06:57:49 +0000 (08:57 +0200)
commit6d99c4c5d21a18ea34d03deb3cb2777fb82677dd
tree1425e3136e5bf5b413bcf7d8bd0f50fcbe2008c6
parent306e352ab1b59335c56657f4d59cbe8edc040a8c
can: mpc5xxx_can: make data used as *of_device_id.data const

Since of_device_id.data is declared as a pointer to const data a few
more consts can be added in this driver.

[ukl: split Arnd's patch by driver]

Signed-off-by: Arnd Bergmann <[email protected]>
Acked-by: Marc Kleine-Budde <[email protected]>
Acked-by: Benjamin Herrenschmidt <[email protected]>
Signed-off-by: Uwe Kleine-König <[email protected]>
drivers/net/can/mscan/mpc5xxx_can.c