From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932185AbXACXJx (ORCPT ); Wed, 3 Jan 2007 18:09:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932183AbXACXJx (ORCPT ); Wed, 3 Jan 2007 18:09:53 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:1043 "HELO mailout.stusta.mhn.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932174AbXACXJg (ORCPT ); Wed, 3 Jan 2007 18:09:36 -0500 Date: Thu, 4 Jan 2007 00:09:39 +0100 From: Adrian Bunk To: linux-kernel@vger.kernel.org Subject: [2.6 patch] arch/i386/kernel/alternative.c should #include Message-ID: <20070103230939.GS20714@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Every file should include the headers containing the prototypes for it's global functions. Signed-off-by: Adrian Bunk --- linux-2.6.20-rc2-mm1/arch/i386/kernel/alternative.c.old 2007-01-03 23:13:18.000000000 +0100 +++ linux-2.6.20-rc2-mm1/arch/i386/kernel/alternative.c 2007-01-03 23:13:32.000000000 +0100 @@ -4,6 +4,7 @@ #include #include #include +#include static int no_replacement = 0; static int smp_alt_once = 0;