diff options
author | Len Brown <len.brown@intel.com> | 2007-08-12 00:20:59 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-08-12 00:20:59 -0400 |
commit | ad17b209dca860a570e4ca75312c9f4d32672402 (patch) | |
tree | 1e5e73282e4dfe1060585887b13652dfc53361b6 /drivers | |
parent | d88da66f9397f06f3a7b4e5148bd5e71cb9d7952 (diff) | |
parent | e13d87473284131a7ead8121d5d29345101f68a4 (diff) |
Pull fluff into release branch
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/acpi/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |