From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755865AbXGGVLN (ORCPT ); Sat, 7 Jul 2007 17:11:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754653AbXGGVKu (ORCPT ); Sat, 7 Jul 2007 17:10:50 -0400 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:53828 "EHLO mailhub.stusta.mhn.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754510AbXGGVKt (ORCPT ); Sat, 7 Jul 2007 17:10:49 -0400 Date: Sat, 7 Jul 2007 23:11:20 +0200 From: Adrian Bunk To: Miles Bader Cc: linux-kernel@vger.kernel.org Subject: [2.6 patch] arch/v850/kernel/process.c must #include Message-ID: <20070707211120.GM3492@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org This patch fixes the following compile error: <-- snip --> ... CC arch/v850/kernel/process.o /home/bunk/linux/kernel-2.6/linux-2.6.22-rc6-mm1/arch/v850/kernel/process.c:32: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' /home/bunk/linux/kernel-2.6/linux-2.6.22-rc6-mm1/arch/v850/kernel/process.c:32: warning: parameter names (without types) in function declaration /home/bunk/linux/kernel-2.6/linux-2.6.22-rc6-mm1/arch/v850/kernel/process.c:32: warning: data definition has no type or storage class ... make[2]: *** [arch/v850/kernel/process.o] Error 1 <-- snip --> Signed-off-by: Adrian Bunk --- --- linux-2.6.22-rc6-mm1/arch/v850/kernel/process.c.old 2007-07-07 22:17:18.000000000 +0200 +++ linux-2.6.22-rc6-mm1/arch/v850/kernel/process.c 2007-07-07 22:17:56.000000000 +0200 @@ -23,6 +23,7 @@ #include #include #include +#include #include #include