mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-15 13:22:55 +00:00
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>
This commit is contained in:
parent
3864e8ccbb
commit
e13d874732
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user