From: Adrian Bunk Date: Fri, 10 Aug 2007 20:45:18 +0000 (-0700) Subject: ACPI: static X-Git-Tag: Ubuntu-snapdragon-4.4.0-1050.54~38877^2~2^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=e13d87473284131a7ead8121d5d29345101f68a4;p=mirror_ubuntu-artful-kernel.git ACPI: static Make the needlessly global "acpi_event_seqnum" static. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- 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 = { }; #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];