* [2.6 patch] make drivers/acpi/event.c:acpi_event_seqnum static
@ 2007-07-29 14:56 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2007-07-29 14:56 UTC (permalink / raw)
To: lenb; +Cc: linux-acpi, linux-kernel
This patch makes the needlessly global "acpi_event_seqnum" static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
--- linux-2.6.23-rc1-mm1/drivers/acpi/event.c.old 2007-07-26 02:32:59.000000000 +0200
+++ linux-2.6.23-rc1-mm1/drivers/acpi/event.c 2007-07-26 02:33:07.000000000 +0200
@@ -108,7 +108,7 @@ static const struct file_operations acpi
};
#ifdef CONFIG_NET
-unsigned int acpi_event_seqnum;
+static unsigned int acpi_event_seqnum;
struct acpi_genl_event {
acpi_device_class device_class;
char bus_id[15];
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-29 14:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-29 14:56 [2.6 patch] make drivers/acpi/event.c:acpi_event_seqnum static Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox