Skip to content

Commit

Permalink
ACPI: static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Len Brown committed Aug 12, 2007
1 parent 3864e8c commit e13d874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static const struct file_operations acpi_system_event_ops = {
};

#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];
Expand Down

0 comments on commit e13d874

Please sign in to comment.