diff options
| -rw-r--r-- | drivers/acpi/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/event.c b/drivers/acpi/event.c index 5479dc0eeeec..abec1ca94cf4 100644 --- a/drivers/acpi/event.c +++ b/drivers/acpi/event.c | |||
| @@ -110,7 +110,7 @@ static const struct file_operations acpi_system_event_ops = { | |||
| 110 | #endif /* CONFIG_ACPI_PROC_EVENT */ | 110 | #endif /* CONFIG_ACPI_PROC_EVENT */ |
| 111 | 111 | ||
| 112 | /* ACPI notifier chain */ | 112 | /* ACPI notifier chain */ |
| 113 | BLOCKING_NOTIFIER_HEAD(acpi_chain_head); | 113 | static BLOCKING_NOTIFIER_HEAD(acpi_chain_head); |
| 114 | 114 | ||
| 115 | int acpi_notifier_call_chain(struct acpi_device *dev, u32 type, u32 data) | 115 | int acpi_notifier_call_chain(struct acpi_device *dev, u32 type, u32 data) |
| 116 | { | 116 | { |
