From: Adrian Bunk Date: Wed, 13 Feb 2008 21:29:57 +0000 (+0200) Subject: ACPI: static acpi_chain_head X-Git-Tag: v2.6.25-rc2~4^2^3~1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c8e773fa4f6a999a80d9fa3836f412e259ab6fa1;p=~emulex%2Finfiniband.git ACPI: static acpi_chain_head Signed-off-by: Adrian Bunk Signed-off-by: Len Brown --- diff --git a/drivers/acpi/event.c b/drivers/acpi/event.c index 5479dc0eeee..abec1ca94cf 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) {