From: Russell King Date: Fri, 26 Jul 2013 13:55:59 +0000 (+0100) Subject: ARM: constify machine_desc structure uses X-Git-Tag: v3.12-rc1~128^2^4~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff69a4c855066592f9e293cff8f54813614dd544;p=pandora-kernel.git ARM: constify machine_desc structure uses struct machine_desc records are defined everywhere as a 'const' structure, but unfortuantely it loses its const-ness through the use of linker magic - the symbols which surround the section are not declared const so it becomes possible not to use 'const' for pointers to these const structures. Let's fix this oversight - all pointers to these structures should be marked const too. Signed-off-by: Russell King --- Reading git-diff-tree failed