Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1d15d84e8b443971cafd885d18f091814ba32cb7
Commit:     1d15d84e8b443971cafd885d18f091814ba32cb7
Parent:     12d3931c1007a7ad47364a4884e5a6c6e25aa5e1
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Tue Jan 29 00:10:15 2008 +0200
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Sun Feb 3 17:37:02 2008 -0500

    ACPI: make struct osi_linux static
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 drivers/acpi/osl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c
index 71b0c32..fde7ac8 100644
--- a/drivers/acpi/osl.c
+++ b/drivers/acpi/osl.c
@@ -120,7 +120,7 @@ static char osi_additional_string[OSI_STRING_LENGTH_MAX];
  */
 #define OSI_LINUX_ENABLE 0
 
-struct osi_linux {
+static struct osi_linux {
        unsigned int    enable:1;
        unsigned int    dmi:1;
        unsigned int    cmdline:1;
-
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