Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=adba2a876c1c971980f9bb3c6c8e20c61490647b
Commit:     adba2a876c1c971980f9bb3c6c8e20c61490647b
Parent:     bfaed45e30f19bb4cee779f3229d2744bc2b2c46
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 13 23:29:58 2008 +0200
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Thu Feb 14 01:03:37 2008 -0500

    ACPI: static acpi_find_dsdt_initrd()
    
    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 346f049..b51954d 100644
--- a/drivers/acpi/osl.c
+++ b/drivers/acpi/osl.c
@@ -325,7 +325,7 @@ acpi_os_predefined_override(const struct 
acpi_predefined_names *init_val,
 }
 
 #ifdef CONFIG_ACPI_CUSTOM_DSDT_INITRD
-struct acpi_table_header *acpi_find_dsdt_initrd(void)
+static struct acpi_table_header *acpi_find_dsdt_initrd(void)
 {
        struct file *firmware_file;
        mm_segment_t oldfs;
-
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