Re: [PATCH] powerpc: make of_device_ids const

2014-09-12 Thread Michael Ellerman
On Wed, 2014-09-10 at 21:56 +0200, Uwe Kleine-König wrote: of_device_ids (i.e. compatible strings and the respective data) are not supposed to change at runtime. All functions working with of_device_ids provided by linux/of.h work with const of_device_ids. This allows to mark all struct

[PATCH] powerpc: make of_device_ids const

2014-09-10 Thread Uwe Kleine-König
of_device_ids (i.e. compatible strings and the respective data) are not supposed to change at runtime. All functions working with of_device_ids provided by linux/of.h work with const of_device_ids. This allows to mark all struct of_device_id const, too. While touching these line also put the