From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@infradead.org (Christoph Hellwig) Date: Wed, 11 Jun 2014 05:17:41 -0700 Subject: [PATCH 3/4] [SCSI] qlogicfas: don't call free_dma() In-Reply-To: <1402003789-1990031-4-git-send-email-arnd@arndb.de> References: <1402003789-1990031-1-git-send-email-arnd@arndb.de> <1402003789-1990031-4-git-send-email-arnd@arndb.de> Message-ID: <20140611121741.GD8389@infradead.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jun 05, 2014 at 11:29:48PM +0200, Arnd Bergmann wrote: > The qlogicfas scsi driver does not use DMA, and the call to free_dma() > in its exit function seems to have been copied incorrectly from > another driver but never caused trouble. > > One case where it gets in the way is randconfig builds on ARM, > which depending on the configuration does not provide a free_dma() > function, causing this build error: Looks good, Reviewed-by: Christoph Hellwig