[-mm patch] make arch/i386/kernel/acpi/boot.c:acpi_force static

From: Adrian Bunk
Date: Mon Aug 07 2006 - 11:47:29 EST


acpi_force can become static.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/