LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [2.6 patch] make acpi_find_dsdt_initrd() static
@ 2008-02-13 21:29 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2008-02-13 21:29 UTC (permalink / raw)
To: Markus Gaugusch, Len Brown; +Cc: linux-acpi, linux-kernel
acpi_find_dsdt_initrd() can become static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
98cd5a55aff78aaacc3f8615164e2247f3bbed70 diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c
index 34b3386..0c37c65 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;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-13 21:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-13 21:29 [2.6 patch] make acpi_find_dsdt_initrd() static Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).