dt: add 'const' for of_property_read_string parameter **out_string
authorShawn Guo <shawn.guo@linaro.org>
Mon, 4 Jul 2011 01:01:18 +0000 (09:01 +0800)
committerGrant Likely <grant.likely@secretlab.ca>
Mon, 4 Jul 2011 05:47:22 +0000 (23:47 -0600)
The existing dt codes usually call of_get_property to get a string
property and save it as a 'const char *'.  The patch adds'const' for
of_property_read_string parameter **out_string to make the converting
of existing code a little easier.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found