Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e13d8747 authored by Adrian Bunk's avatar Adrian Bunk Committed by Len Brown
Browse files

ACPI: static



Make the needlessly global "acpi_event_seqnum" static.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 3864e8cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -108,7 +108,7 @@ static const struct file_operations acpi_system_event_ops = {
};
};


#ifdef CONFIG_NET
#ifdef CONFIG_NET
unsigned int acpi_event_seqnum;
static unsigned int acpi_event_seqnum;
struct acpi_genl_event {
struct acpi_genl_event {
	acpi_device_class device_class;
	acpi_device_class device_class;
	char bus_id[15];
	char bus_id[15];