projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3008ea9
)
ACPICA: Remove incorrect "static" from a global structure
author
Bob Moore
<robert.moore@intel.com>
Fri, 19 Feb 2016 06:16:14 +0000
(14:16 +0800)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Wed, 24 Feb 2016 13:14:47 +0000
(14:14 +0100)
ACPICA commit
7a9956a2afd3863fa7d9fe4a64a957389d09f3c2
Reported by Colin Ian King. ACPICA BZ 1239.
Link:
https://github.com/acpica/acpica/commit/7a9956a2
Link:
https://bugs.acpica.org/show_bug.cgi?id=1239
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/acpredef.h
patch
|
blob
|
history
diff --git
a/drivers/acpi/acpica/acpredef.h
b/drivers/acpi/acpica/acpredef.h
index 52f6bee52d474da83eb77d834bfa8fc18ee73f35..5faeab41e3028c65d472f3dcd07ba00cf06162c6 100644
(file)
--- a/
drivers/acpi/acpica/acpredef.h
+++ b/
drivers/acpi/acpica/acpredef.h
@@
-1125,7
+1125,7
@@
const union acpi_predefined_info acpi_gbl_resource_names[] = {
PACKAGE_INFO(0, 0, 0, 0, 0, 0) /* Table terminator */
};
-
static
const union acpi_predefined_info acpi_gbl_scope_names[] = {
+const union acpi_predefined_info acpi_gbl_scope_names[] = {
{{"_GPE", 0, 0}},
{{"_PR_", 0, 0}},
{{"_SB_", 0, 0}},