From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755308Ab3AKSRM (ORCPT ); Fri, 11 Jan 2013 13:17:12 -0500 Received: from mail-qa0-f41.google.com ([209.85.216.41]:57019 "EHLO mail-qa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753510Ab3AKSRJ (ORCPT ); Fri, 11 Jan 2013 13:17:09 -0500 Date: Fri, 11 Jan 2013 13:21:46 -0500 From: Matt Porter To: Lars Poeschel Cc: Tony Lindgren , "Nori, Sekhar" , Grant Likely , Mark Brown , "Cousson, Benoit" , Russell King , Vinod Koul , Rob Landley , Chris Ball , Devicetree Discuss , Linux OMAP List , Linux ARM Kernel List , Linux DaVinci Kernel List , Linux Kernel Mailing List , Linux Documentation List , Linux MMC List , Linux SPI Devel List , Arnd Bergmann , Dan Williams , Rob Herring Subject: Re: [PATCH v4,03/14] ARM: edma: add AM33XX support to the private EDMA API Message-ID: <20130111182146.GZ14660@beef> References: <1357883330-5364-4-git-send-email-mporter@ti.com> <9fda86bbbec3444393fd5a2dc5135a5e@DFLE73.ent.ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9fda86bbbec3444393fd5a2dc5135a5e@DFLE73.ent.ti.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 11, 2013 at 06:14:27PM +0000, Lars Poeschel wrote: > Hi Matt, > > On Friday 11 January 2013 at 06:48:39, Matt Porter wrote: > > > diff --git a/arch/arm/common/edma.c b/arch/arm/common/edma.c > > index a3d189d..1951d63 100644 > > --- a/arch/arm/common/edma.c > > +++ b/arch/arm/common/edma.c > > @@ -24,6 +24,13 @@ > > #include > > #include > > #include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > You add the include linux/of_dma.h here, but maybe you missed to add the file > itself. It is not in Linus v3.8-rc3 tree, not in the patches yours depend on > listed and not in your patchset. of_dma.h comes in with the dependencies listed in the cover letter. Particularly, Vinod's dt_dmaengine branch in slave-dma.git contains Jon Hunter's OF DMA helpers series. -Matt