From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH -next] exit: fix writeback build errors Date: Thu, 01 Dec 2011 10:19:11 -0800 Message-ID: <4ED7C51F.3090007@xenotime.net> References: <20111201155342.45847a6edcf25cde48c4a6de@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from oproxy5-pub.bluehost.com ([67.222.38.55]:38006 "HELO oproxy5-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753702Ab1LARU1 (ORCPT ); Thu, 1 Dec 2011 12:20:27 -0500 In-Reply-To: <20111201155342.45847a6edcf25cde48c4a6de@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, LKML , Wu Fengguang From: Randy Dunlap Fix build errors: kernel/exit.c:1039:3: error: 'dirty_throttle_leaks' undeclared (first use in this function) kernel/exit.c:1039:3: warning: type defaults to 'int' in type name kernel/exit.c:1039:3: warning: initialization makes pointer from integer without a cast kernel/exit.c:1039:1: warning: type defaults to 'int' in declaration of 'pao_T__' kernel/exit.c:1039:1: warning: type defaults to 'int' in declaration of 'pao_T__' kernel/exit.c:1039:1: warning: type defaults to 'int' in declaration of 'pao_T__' kernel/exit.c:1039:1: warning: type defaults to 'int' in declaration of 'pao_T__' Signed-off-by: Randy Dunlap Cc: Wu Fengguang --- kernel/exit.c | 1 + 1 file changed, 1 insertion(+) --- linux-next-20111201.orig/kernel/exit.c +++ linux-next-20111201/kernel/exit.c @@ -51,6 +51,7 @@ #include #include #include +#include #include #include