From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946055Ab2KOBAJ (ORCPT ); Wed, 14 Nov 2012 20:00:09 -0500 Received: from casper.infradead.org ([85.118.1.10]:44908 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946024Ab2KOBAH (ORCPT ); Wed, 14 Nov 2012 20:00:07 -0500 Message-ID: <50A43E64.3040709@infradead.org> Date: Wed, 14 Nov 2012 16:59:16 -0800 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110323 Thunderbird/3.1.9 MIME-Version: 1.0 To: Rafael Aquini CC: Stephen Rothwell , linux-mm@kvack.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Morton Subject: [PATCH 2/2] mm: balloon_compaction.c needs asm-generic/bug.h References: <20121114163042.64f0c0495663331b9c2d60d6@canb.auug.org.au> In-Reply-To: <20121114163042.64f0c0495663331b9c2d60d6@canb.auug.org.au> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Randy Dunlap Fix build when CONFIG_BUG is not enabled by adding header file : mm/balloon_compaction.c: In function 'balloon_page_putback': mm/balloon_compaction.c:243:3: error: implicit declaration of function '__WARN' Signed-off-by: Randy Dunlap Cc: Rafael Aquini --- mm/balloon_compaction.c | 1 + 1 file changed, 1 insertion(+) --- linux-next-20121114.orig/mm/balloon_compaction.c +++ linux-next-20121114/mm/balloon_compaction.c @@ -9,6 +9,7 @@ #include #include #include +#include /* * balloon_devinfo_alloc - allocates a balloon device information descriptor. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH 2/2] mm: balloon_compaction.c needs asm-generic/bug.h Date: Wed, 14 Nov 2012 16:59:16 -0800 Message-ID: <50A43E64.3040709@infradead.org> References: <20121114163042.64f0c0495663331b9c2d60d6@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20121114163042.64f0c0495663331b9c2d60d6@canb.auug.org.au> Sender: owner-linux-mm@kvack.org To: Rafael Aquini Cc: Stephen Rothwell , linux-mm@kvack.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Morton List-Id: linux-next.vger.kernel.org From: Randy Dunlap Fix build when CONFIG_BUG is not enabled by adding header file : mm/balloon_compaction.c: In function 'balloon_page_putback': mm/balloon_compaction.c:243:3: error: implicit declaration of function '__WARN' Signed-off-by: Randy Dunlap Cc: Rafael Aquini --- mm/balloon_compaction.c | 1 + 1 file changed, 1 insertion(+) --- linux-next-20121114.orig/mm/balloon_compaction.c +++ linux-next-20121114/mm/balloon_compaction.c @@ -9,6 +9,7 @@ #include #include #include +#include /* * balloon_devinfo_alloc - allocates a balloon device information descriptor. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org