aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/event.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-08-10 16:45:18 -0400
committerLen Brown <len.brown@intel.com>2007-08-11 22:28:34 -0400
commite13d87473284131a7ead8121d5d29345101f68a4 (patch)
tree58cde277a4b320024b47ed093a65d66a069ffd14 /drivers/acpi/event.c
parent3864e8ccbba1dcdea87398ab80fdc8ae0fab7c45 (diff)
ACPI: static
Make the needlessly global "acpi_event_seqnum" static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/event.c')
-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 dfa5853b17f0..95637a4ff782 100644
--- a/drivers/acpi/event.c
+++ b/drivers/acpi/event.c
@@ -108,7 +108,7 @@ static const struct file_operations acpi_system_event_ops = {
108}; 108};
109 109
110#ifdef CONFIG_NET 110#ifdef CONFIG_NET
111unsigned int acpi_event_seqnum; 111static unsigned int acpi_event_seqnum;
112struct acpi_genl_event { 112struct acpi_genl_event {
113 acpi_device_class device_class; 113 acpi_device_class device_class;
114 char bus_id[15]; 114 char bus_id[15];