ACPI / osl: Fix osi_setup_entries[] __initdata attribute location
authorHanjun Guo <hanjun.guo@linaro.org>
Tue, 13 Aug 2013 10:31:15 +0000 (18:31 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 13 Aug 2013 10:37:16 +0000 (12:37 +0200)
commite73d3136355f511d3e1c2ef21acf02b19bd2b650
tree44b64b8fc9422f763b7a7056c21237288488db76
parent40e318563c3748fd5c6712d163e5d663af8b22ae
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 <hanjun.guo@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/osl.c