Commit c8e773fa4f6a999a80d9fa3836f412e259ab6fa1
Committed by
Len Brown
1 parent
adba2a876c
Exists in
master
and in
7 other branches
ACPI: static acpi_chain_head
Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Len Brown <len.brown@intel.com>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/acpi/event.c
... | ... | @@ -110,7 +110,7 @@ |
110 | 110 | #endif /* CONFIG_ACPI_PROC_EVENT */ |
111 | 111 | |
112 | 112 | /* ACPI notifier chain */ |
113 | -BLOCKING_NOTIFIER_HEAD(acpi_chain_head); | |
113 | +static BLOCKING_NOTIFIER_HEAD(acpi_chain_head); | |
114 | 114 | |
115 | 115 | int acpi_notifier_call_chain(struct acpi_device *dev, u32 type, u32 data) |
116 | 116 | { |