From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Christoph Hellwig Subject: remove various dma_declare_coherent related exports Date: Mon, 2 Sep 2019 22:07:42 +0200 Message-Id: <20190902200746.16185-1-hch@lst.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit To: iommu@lists.linux-foundation.org, Loic Pallardy , Bjorn Andersson Cc: Ohad Ben-Cohen , linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org List-ID: Hi all, this is a refresh of and older series that tries to ensure that drivers don't use the dma_declare_coherent function, which is intende for platform code. Unfortunately we've actually grown a user in remoteproc since then. While the maintainers havee promised to fix that up that hasn't happened so far, so for now this disabled the modular build for remoteproc until that has been solved.