Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755378Ab0LOVEb (ORCPT ); Wed, 15 Dec 2010 16:04:31 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:58130 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with SMTP id S1751053Ab0LOVEa (ORCPT ); Wed, 15 Dec 2010 16:04:30 -0500 X-Authenticated: #12255092 X-Provags-ID: V01U2FsdGVkX1/BbFNlgVDBAIHsRBq4+Z+89fnMsx/m/c0uJPyjyL RkKylgIZVsHK+8 From: Peter Huewe To: Nick Piggin , Stephen Rothwell Subject: [PATCH] include/linux: Add missing include / fix build failure Date: Wed, 15 Dec 2010 22:04:18 +0100 User-Agent: KMail/1.13.5 (Linux/2.6.36.2; KDE/4.4.5; x86_64; ; ) Cc: linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201012152204.18881.PeterHuewe@gmx.de> X-Y-GMX-Trusted: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1521 Lines: 48 From: Peter Huewe This patch fixes a build failure[1-2] by adding the missing asm/memory.h include needed for arch_is_coherent(). Signed-off-by: Peter Huewe --- KernelVersion: linux-next-20101215 Used configs: hackkit_defconfig (arm), ep93xx_defconfig (arm) References: [1] http://kisskb.ellerman.id.au/kisskb/buildresult/3651495/ [2] http://kisskb.ellerman.id.au/kisskb/buildresult/3651425/ Error Message: In file included from include/linux/list_bl.h:5, from include/linux/rculist_bl.h:7, from include/linux/dcache.h:7, from include/linux/fs.h:381, from arch/arm/mm/mmap.c:4: include/linux/bit_spinlock.h: In function 'bit_spin_unlock': include/linux/bit_spinlock.h:61: error: implicit declaration of function 'arch_is_coherent' include/linux/bit_spinlock.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/bit_spinlock.h b/include/linux/bit_spinlock.h index e612575..053fad7 100644 --- a/include/linux/bit_spinlock.h +++ b/include/linux/bit_spinlock.h @@ -4,6 +4,7 @@ #include #include #include +#include /* * bit-based spin_lock() -- 1.7.2.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/