Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e13d87473284131a7ead8121d5d29345101f68a4
Commit:     e13d87473284131a7ead8121d5d29345101f68a4
Parent:     3864e8ccbba1dcdea87398ab80fdc8ae0fab7c45
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Fri Aug 10 13:45:18 2007 -0700
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Sat Aug 11 22:28:34 2007 -0400

    ACPI: static
    
    Make the needlessly global "acpi_event_seqnum" static.
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 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 dfa5853..95637a4 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];
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to