commit | d7c9a53f13cf4b273b220934167c7630c3362563 | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Thu Jun 07 12:20:14 2012 +0200 |
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Tue Sep 11 08:57:27 2012 +0200 |
tree | 2ed58ccf091c84a45831e6edf897fb6a7548212d | |
parent | 83a1ef2eb68cffda5940568b8c3f48daa5ab9d0c [diff] |
of: add const to struct *of_device_id.data Drivers should never need to modify the data of a device id. So it can be const which in turn allows more consts in the driver. Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>