From: Behan Webster Date: Tue, 23 Sep 2014 22:55:07 +0000 (-0700) Subject: gpio, bcm-kona, LLVMLinux: Remove use of __initconst X-Git-Tag: fixes-against-v3.18-rc2~140^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3778129206419c41f0dac877d931900397cab25c;p=pandora-kernel.git gpio, bcm-kona, LLVMLinux: Remove use of __initconst The __initconst is in the wrong place, and when moved to the correct place it uncovers an error where the variable is used by non-init data structures. Instead merely make them const and put the const in the right spot. Signed-off-by: Behan Webster Reviewed-by: Mark Charlebois Acked-by: Arnd Bergmann Acked-by: Matt Porter Signed-off-by: Linus Walleij --- Reading git-diff-tree failed