public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] make acpi_dmi_dump() static
@ 2008-01-28 22:10 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2008-01-28 22:10 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-acpi, linux-kernel

acpi_dmi_dump() can become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
34e88971f02980a37695e73ed121fca32edc8519 
diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c
index e53fb51..db074f5 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)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-28 22:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-28 22:10 [2.6 patch] make acpi_dmi_dump() 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