From: Stephen Rothwell Date: Fri, 12 Dec 2008 10:44:21 +0000 (+0100) Subject: uio: make uio_info's name and version const X-Git-Tag: v2.6.29-rc1~229^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8ac9fc0e8cda9f9776019c5b0464b0c6d2d4c90;p=pandora-kernel.git uio: make uio_info's name and version const These are only ever assigned constant strings and never modified. This was noticed because Wolfram Sang needed to cast the result of of_get_property() in order to assign it to the name field of a struct uio_info. Signed-off-by: Stephen Rothwell Signed-off-by: Hans J. Koch Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed