Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752571AbXJWGgS (ORCPT ); Tue, 23 Oct 2007 02:36:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751538AbXJWGgI (ORCPT ); Tue, 23 Oct 2007 02:36:08 -0400 Received: from tama5.ecl.ntt.co.jp ([129.60.39.102]:47713 "EHLO tama5.ecl.ntt.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751341AbXJWGgH (ORCPT ); Tue, 23 Oct 2007 02:36:07 -0400 To: jens.axboe@oracle.com Cc: torvalds@linux-foundation.org, linux-kernel@vger.kernel.org Subject: [PATCH] arm: build fix From: FUJITA Tomonori Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20071023153536K.fujita.tomonori@lab.ntt.co.jp> Date: Tue, 23 Oct 2007 15:35:36 +0900 X-Dispatcher: imput version 20040704(IM147) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 889 Lines: 23 arch/arm/common/dmabounce.c: In function 'dma_map_sg': arch/arm/common/dmabounce.c:445: error: implicit declaration of function 'sg_page' Signed-off-by: FUJITA Tomonori --- arch/arm/common/dmabounce.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/common/dmabounce.c b/arch/arm/common/dmabounce.c index 9d371e4..52fc6a8 100644 --- a/arch/arm/common/dmabounce.c +++ b/arch/arm/common/dmabounce.c @@ -29,6 +29,7 @@ #include #include #include +#include #include -- 1.5.2.4 - 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/