[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080213212957.GQ3383@cs181133002.pp.htv.fi>
Date: Wed, 13 Feb 2008 23:29:57 +0200
From: Adrian Bunk <bunk@...nel.org>
To: Zhang Rui <rui.zhang@...el.com>, Len Brown <len.brown@...el.com>
Cc: linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [2.6 patch] make acpi_chain_head static
acpi_chain_head can become static.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
cc3a04eb55aeb07d17bb7701b2227079b752508f diff --git a/drivers/acpi/event.c b/drivers/acpi/event.c
index 5479dc0..abec1ca 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)
{
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists