Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932185AbWHGPtl (ORCPT ); Mon, 7 Aug 2006 11:49:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932187AbWHGPtl (ORCPT ); Mon, 7 Aug 2006 11:49:41 -0400 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:7695 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S932185AbWHGPtk (ORCPT ); Mon, 7 Aug 2006 11:49:40 -0400 Date: Mon, 7 Aug 2006 17:49:38 +0200 From: Adrian Bunk To: Andrew Morton , Rusty Russell , Andi Kleen Cc: linux-kernel@vger.kernel.org, len.brown@intel.com, linux-acpi@vger.kernel.org Subject: [-mm patch] make arch/i386/kernel/acpi/boot.c:acpi_force static Message-ID: <20060807154938.GC3691@stusta.de> References: <20060806030809.2cfb0b1e.akpm@osdl.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060806030809.2cfb0b1e.akpm@osdl.org> User-Agent: Mutt/1.5.12-2006-07-14 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 698 Lines: 21 acpi_force can become static. Signed-off-by: Adrian Bunk --- 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 #include -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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/