From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AD026C433FF for ; Tue, 13 Aug 2019 04:34:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8100020842 for ; Tue, 13 Aug 2019 04:34:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565670881; bh=LeDopwTuWI+vg3sAxESkUP1Ad5woiNmLizqxL2IUUjM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=GA9+AEM2ly183AiIPCQDZscwUwOCop9CEd3dIipqEmkrqpYWqyKaoi0KKmXb7GnVO /3Xued42OjprJebFEmyi7Qe5qxJpMYPUTMaztUje2e20cV2NXRlW5TeW1McZyXgbvD AvULoyFPKX1k5Rl2fcuuqNEBr4u0YQuNKS2NwaxI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725781AbfHMEeh (ORCPT ); Tue, 13 Aug 2019 00:34:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:57400 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725298AbfHMEeh (ORCPT ); Tue, 13 Aug 2019 00:34:37 -0400 Received: from localhost (unknown [106.201.103.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D145A20644; Tue, 13 Aug 2019 04:34:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565670876; bh=LeDopwTuWI+vg3sAxESkUP1Ad5woiNmLizqxL2IUUjM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2m6MPJ5tm+CEzskDxqHh9F5ecwuPmPFOBWaBViK3MhhhWAkFnTetCXd5ZZllNn9EW EvujBk4rI/uez+gJqjt7AKpovUYUPsV8xcNohYbUEs89CXz7wyihUSeXqeEWSDZQ6a gd+NmLgXwRhYiYmrZZWdTko2muDs9IZgs4W+WBH0= Date: Tue, 13 Aug 2019 10:03:24 +0530 From: Vinod Koul To: Arnd Bergmann Cc: soc@kernel.org, Russell King , Dan Williams , Linus Walleij , Bartosz Golaszewski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, linux-gpio@vger.kernel.org, linux-i2c@vger.kernel.org, kbuild test robot Subject: Re: [PATCH 2/7] dma: iop-adma: include prefetch.h Message-ID: <20190813043324.GN12733@vkoul-mobl.Dlink> References: <20190809162956.488941-1-arnd@arndb.de> <20190809163334.489360-1-arnd@arndb.de> <20190809163334.489360-2-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190809163334.489360-2-arnd@arndb.de> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 09-08-19, 18:33, Arnd Bergmann wrote: > Compile-testing this driver fails on m68k without the > extra header inclusion. Please change title to "dmaengine: iop-adma: include prefetch.h" After that: Acked-by: Vinod Koul > Reported-by: kbuild test robot > Signed-off-by: Arnd Bergmann > --- > drivers/dma/iop-adma.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c > index c6c0143670d9..7857b54770d1 100644 > --- a/drivers/dma/iop-adma.c > +++ b/drivers/dma/iop-adma.c > @@ -16,6 +16,7 @@ > #include > #include > #include > +#include > #include > #include > #include > -- > 2.20.0 -- ~Vinod