From 3778129206419c41f0dac877d931900397cab25c Mon Sep 17 00:00:00 2001 From: Behan Webster Date: Tue, 23 Sep 2014 15:55:07 -0700 Subject: [PATCH] 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-format-patch failed