From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755472AbcIUDpF (ORCPT ); Tue, 20 Sep 2016 23:45:05 -0400 Received: from mga04.intel.com ([192.55.52.120]:64484 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753010AbcIUDpB (ORCPT ); Tue, 20 Sep 2016 23:45:01 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,371,1470726000"; d="scan'208";a="1033987250" Date: Wed, 21 Sep 2016 09:23:26 +0530 From: Vinod Koul To: Peter Ujfalusi Cc: dan.j.williams@intel.com, arnd@arndb.de, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, tony@atomide.com Subject: Re: [PATCH 5/9] dmaengine/ARM: omap-dma: Fix the DMAengine compile test on non OMAP configs Message-ID: <20160921035326.GF2609@localhost> References: <20160916083324.29133-1-peter.ujfalusi@ti.com> <20160916083324.29133-6-peter.ujfalusi@ti.com> <20160921035131.GD2609@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160921035131.GD2609@localhost> 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 Wed, Sep 21, 2016 at 09:21:32AM +0530, Vinod Koul wrote: > On Fri, Sep 16, 2016 at 11:33:20AM +0300, Peter Ujfalusi wrote: > > The DMAengine driver for omap-dma use three function calls from the > > plat-omap legacy driver. When the DMAengine driver is built when ARCH_OMAP > > is not set, the compilation will fail due to missing symbols. > > Add empty inline functions to allow the DMAengine driver to be compiled > > with COMPILE_TEST. > > Peter, > > This should be before you enable COMPILE_TEST otherwise build will break! Ah never mind, you have three drivers in this series so I think this is fine before the omap one :) -- ~Vinod