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

    ACPI: make acpi_dmi_dump() 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 347cda2..71b0c32 100644
--- a/drivers/acpi/osl.c
+++ b/drivers/acpi/osl.c
@@ -1213,7 +1213,7 @@ acpi_status acpi_os_release_object(acpi_cache_t * cache, 
void *object)
  *
  *     Returns 0 on success
  */
-int acpi_dmi_dump(void)
+static int acpi_dmi_dump(void)
 {
 
        if (!dmi_available)
-
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