[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080213213000.GS3383@cs181133002.pp.htv.fi>
Date: Wed, 13 Feb 2008 23:30:00 +0200
From: Adrian Bunk <bunk@...nel.org>
To: Éric Piel <Eric.Piel@...mplin-utc.net>,
Len Brown <len.brown@...el.com>
Cc: linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [2.6 patch] make acpi_no_initrd_override_setup() static
acpi_no_initrd_override_setup() can become static.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
1778953a9751288a9bee1d4f6a8b4f3d22e37f52 diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c
index 0c37c65..b72a7f1 100644
--- a/drivers/acpi/osl.c
+++ b/drivers/acpi/osl.c
@@ -419,7 +419,7 @@ acpi_os_table_override(struct acpi_table_header * existing_table,
}
#ifdef CONFIG_ACPI_CUSTOM_DSDT_INITRD
-int __init acpi_no_initrd_override_setup(char *s)
+static int __init acpi_no_initrd_override_setup(char *s)
{
acpi_no_initrd_override = 1;
return 1;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists