aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-02-13 23:29:57 +0200
committerLen Brown <len.brown@intel.com>2008-02-14 01:04:18 -0500
commitc8e773fa4f6a999a80d9fa3836f412e259ab6fa1 (patch)
treeb4eebe6c6b5e1f1f97694c32a817831b8cddb991
parentadba2a876c1c971980f9bb3c6c8e20c61490647b (diff)
ACPI: static acpi_chain_head
Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r--drivers/acpi/event.c2
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 = {
#endif /* CONFIG_ACPI_PROC_EVENT */
/* ACPI notifier chain */
-BLOCKING_NOTIFIER_HEAD(acpi_chain_head);
+static BLOCKING_NOTIFIER_HEAD(acpi_chain_head);
int acpi_notifier_call_chain(struct acpi_device *dev, u32 type, u32 data)
{