[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20060807154938.GC3691@stusta.de>
Date: Mon, 7 Aug 2006 17:49:38 +0200
From: Adrian Bunk <bunk@...sta.de>
To: Andrew Morton <akpm@...l.org>,
Rusty Russell <rusty@...tcorp.com.au>, Andi Kleen <ak@...e.de>
Cc: linux-kernel@...r.kernel.org, len.brown@...el.com,
linux-acpi@...r.kernel.org
Subject: [-mm patch] make arch/i386/kernel/acpi/boot.c:acpi_force static
acpi_force can become static.
Signed-off-by: Adrian Bunk <bunk@...sta.de>
--- linux-2.6.18-rc3-mm2-full/arch/i386/kernel/acpi/boot.c.old 2006-08-07 15:56:19.000000000 +0200
+++ linux-2.6.18-rc3-mm2-full/arch/i386/kernel/acpi/boot.c 2006-08-07 15:56:28.000000000 +0200
@@ -37,7 +37,7 @@
#include <asm/io.h>
#include <asm/mpspec.h>
-int __initdata acpi_force = 0;
+static int __initdata acpi_force = 0;
#ifdef CONFIG_ACPI
int acpi_disabled = 0;
-
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