From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: linux-next: build failure after merge of the final tree Date: Fri, 20 May 2011 16:23:47 +1000 Message-ID: <20110520162347.6c780d3b.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from chilli.pcug.org.au ([203.10.76.44]:34811 "EHLO smtps.tip.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753562Ab1ETGXv (ORCPT ); Fri, 20 May 2011 02:23:51 -0400 Sender: linux-next-owner@vger.kernel.org List-ID: To: Linus Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , linux-mm@kvack.org Hi all, After merging the final tree, today's linux-next build (sparc32 defconfig) failed like this: mm/prio_tree.c: In function 'vma_prio_tree_next': mm/prio_tree.c:178: error: implicit declaration of function 'prefetch' Caused by commit e66eed651fd1 ("list: remove prefetching from regular list iterators"). I added this patch for today: From: Stephen Rothwell Date: Fri, 20 May 2011 16:19:57 +1000 Subject: [PATCH] mm: include prefetch.h Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, so include it explicitly. Fixes thids build error on sparc32: mm/prio_tree.c: In function 'vma_prio_tree_next': mm/prio_tree.c:178: error: implicit declaration of function 'prefetch' Signed-off-by: Stephen Rothwell --- mm/prio_tree.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/mm/prio_tree.c b/mm/prio_tree.c index 603ae98..799dcfd 100644 --- a/mm/prio_tree.c +++ b/mm/prio_tree.c @@ -13,6 +13,7 @@ #include #include +#include /* * See lib/prio_tree.c for details on the general radix priority search tree -- 1.7.5.1 -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/