From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH] serial: atmel: add missing dmaengine header Date: Thu, 16 Oct 2014 11:10:59 +0200 Message-ID: <20141016091059.GA24374@kroah.com> References: <1413445197-22304-1-git-send-email-vinod.koul@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:41747 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751001AbaJPJMF (ORCPT ); Thu, 16 Oct 2014 05:12:05 -0400 Content-Disposition: inline In-Reply-To: <1413445197-22304-1-git-send-email-vinod.koul@intel.com> Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Vinod Koul Cc: Nicolas Ferre , Jiri Slaby , linux-serial@vger.kernel.org, dmaengine@vger.kernel.org, Andy Shevchenko On Thu, Oct 16, 2014 at 01:09:57PM +0530, Vinod Koul wrote: > The atmel serial driver uses dmaengine APIs but never included the dmaengine > header as it was getting inculded thru one of driver headers. > > commit 3d588f83e4d6a5230d9094b97d38621cbaa9a972 - "dmaengine: dw: split > dma-dw.h to platform and private parts" broke this as it moved headers > around. Fix this by doing the right thing to include the dmaengine header > > Reported-by: kbuild test robot > Signed-off-by: Vinod Koul > --- > Greg, since this is path which broke this is sitting in my next, would it be > okay to carry this thru dmaengine tree as get it merged in current window. > Planning to send pull request in day or so to Linus Sure, that's fine with me: Acked-by: Greg Kroah-Hartman