From patchwork Thu Jun 30 13:35:03 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 102760 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 29FABB6F18 for ; Thu, 30 Jun 2011 23:35:27 +1000 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QcHOn-0003WD-MA; Thu, 30 Jun 2011 13:35:17 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QcHOn-0002LJ-AM; Thu, 30 Jun 2011 13:35:17 +0000 Received: from mail-gw0-f49.google.com ([74.125.83.49]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QcHOj-0002Kj-QY for linux-arm-kernel@lists.infradead.org; Thu, 30 Jun 2011 13:35:15 +0000 Received: by gwb1 with SMTP id 1so1024459gwb.36 for ; Thu, 30 Jun 2011 06:35:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:from:to:cc:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=XEGjjmUq9Gd7ujLbh/jjdFwvJ8CQ6WMdrmLe6rOgEZg=; b=kWd30mPmiIBFEPIdVG1L6PuGVsWBG13FUeUuePm+vTNSZgM8szx6DVOZ3ZOISaMBSU JQemiFLIxM0qmznfiYlC/bZ6z2KHiew1BJWi1gQdHUbNZpnKaJtMjPVq/eibeHv9XY+C bRKxZPAFr4g06di0zwCx1JSRYIdm/lYPIUfNk= Received: by 10.236.139.201 with SMTP id c49mr2418611yhj.18.1309440910750; Thu, 30 Jun 2011 06:35:10 -0700 (PDT) Received: from [218.172.225.26] (218-172-225-26.dynamic.hinet.net [218.172.225.26]) by mx.google.com with ESMTPS id i61sm1633914yhe.33.2011.06.30.06.35.08 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 30 Jun 2011 06:35:10 -0700 (PDT) Subject: [PATCH] ARM i.MX23/28: platform-mxsfb: Add missing include of linux/dma-mapping.h From: Axel Lin To: linux-kernel@vger.kernel.org Date: Thu, 30 Jun 2011 21:35:03 +0800 Message-ID: <1309440903.22791.1.camel@phoenix> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110630_093514_951873_EDD675C2 X-CRM114-Status: GOOD ( 12.55 ) X-Spam-Score: -0.8 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.83.49 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (axel.lin[at]gmail.com) -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.0 T_TO_NO_BRKTS_FREEMAIL T_TO_NO_BRKTS_FREEMAIL Cc: Russell King , linux-arm-kernel@lists.infradead.org, Sascha Hauer X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Fix below build error: CC arch/arm/mach-mxs/devices/platform-mxsfb.o arch/arm/mach-mxs/devices/platform-mxsfb.c: In function 'mx23_add_mxsfb': arch/arm/mach-mxs/devices/platform-mxsfb.c:27: error: implicit declaration of function 'DMA_BIT_MASK' make[2]: *** [arch/arm/mach-mxs/devices/platform-mxsfb.o] Error 1 make[1]: *** [arch/arm/mach-mxs/devices] Error 2 make: *** [arch/arm/mach-mxs] Error 2 Signed-off-by: Axel Lin Tested-by: Uwe Kleine-König --- arch/arm/mach-mxs/devices/platform-mxsfb.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-mxs/devices/platform-mxsfb.c b/arch/arm/mach-mxs/devices/platform-mxsfb.c index bf72c9b..5a75b71 100644 --- a/arch/arm/mach-mxs/devices/platform-mxsfb.c +++ b/arch/arm/mach-mxs/devices/platform-mxsfb.c @@ -5,6 +5,7 @@ * the terms of the GNU General Public License version 2 as published by the * Free Software Foundation. */ +#include #include #include #include