commit | e73d3136355f511d3e1c2ef21acf02b19bd2b650 | [log] [tgz] |
---|---|---|
author | Hanjun Guo <hanjun.guo@linaro.org> | Tue Aug 13 18:31:15 2013 +0800 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Aug 13 12:37:16 2013 +0200 |
tree | 44b64b8fc9422f763b7a7056c21237288488db76 | |
parent | 40e318563c3748fd5c6712d163e5d663af8b22ae [diff] |
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>