Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760222AbXKNQdi (ORCPT ); Wed, 14 Nov 2007 11:33:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756018AbXKNQdb (ORCPT ); Wed, 14 Nov 2007 11:33:31 -0500 Received: from nic2.axis.se ([193.13.178.10]:49809 "EHLO krynn.se.axis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755934AbXKNQda (ORCPT ); Wed, 14 Nov 2007 11:33:30 -0500 Date: Wed, 14 Nov 2007 17:33:22 +0100 From: Jesper Nilsson To: Andrew Morton , Mikael Starvik , Jesper Nilsson , linux-kernel@vger.kernel.org Subject: [PATCH] CRIS tlb.h should include linux/pagemap.h Message-ID: <20071114163322.GM6347@axis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 853 Lines: 32 Include linux/pagemap.h for release_pages and page_cache_release. Fixes compilation error in arch/cris/mm/init.c when CONFIG_SWAP is unset. Signed-off-by: Jesper Nilsson --- tlb.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/asm-cris/tlb.h b/include/asm-cris/tlb.h index 6cc26de..7724246 100644 --- a/include/asm-cris/tlb.h +++ b/include/asm-cris/tlb.h @@ -1,6 +1,8 @@ #ifndef _CRIS_TLB_H #define _CRIS_TLB_H +#include + #include /* /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nilsson@axis.com - 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/