From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann To: Roland Stigge Subject: Re: [PATCH] dma: amba-pl08x: Export pl08x_filter_id Date: Thu, 16 Aug 2012 08:59:49 +0000 References: <1345107396-27079-1-git-send-email-stigge@antcom.de> In-Reply-To: <1345107396-27079-1-git-send-email-stigge@antcom.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201208160859.49317.arnd@arndb.de> Cc: srinivas.bakki@nxp.com, linux@arm.linux.org.uk, artem.bityutskiy@linux.intel.com, linux-kernel@vger.kernel.org, kevin.wells@nxp.com, linux-mtd@lists.infradead.org, aletes.xgr@gmail.com, dwmw2@infradead.org, linux-arm-kernel@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thursday 16 August 2012, Roland Stigge wrote: > This patch fixes the following when compiling a driver module that uses > amba-pl08x: > > ERROR: "pl08x_filter_id" [drivers/mtd/nand/lpc32xx_slc.ko] undefined! > ERROR: "pl08x_filter_id" [drivers/mtd/nand/lpc32xx_mlc.ko] undefined! > > (drivers/mtd/nand/lpc32xx_* are still in l2-mtd.git) > > Done as in: > > drivers/dma/coh901318.c > drivers/dma/sirf-dma.c > > Signed-off-by: Roland Stigge Acked-by: Arnd Bergmann