From: Hanjun Guo Date: Tue, 13 Aug 2013 10:31:15 +0000 (+0800) Subject: ACPI / osl: Fix osi_setup_entries[] __initdata attribute location X-Git-Tag: v3.12-rc1~178^2~12^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e73d3136355f511d3e1c2ef21acf02b19bd2b650;p=pandora-kernel.git ACPI / osl: Fix osi_setup_entries[] __initdata attribute location __initdata should come after the variable name being declared and nowhere else, in this way the variable will be placed in the intended section. Signed-off-by: Hanjun Guo Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed