Re: [PATCH] dmaengine: qcom_hidma: hide MSI handler when unused

From: Vinod Koul
Date: Mon Nov 14 2016 - 00:15:10 EST


On Tue, Nov 08, 2016 at 02:48:59PM +0100, Arnd Bergmann wrote:
> The newly added MSI support causes a harmless warning when MSI
> is disabled:
>
> drivers/dma/qcom/hidma.c:558:20: error: 'hidma_chirq_handler_msi' defined but not used [-Werror=unused-function]
>
> This adds another #ifdef to match that around the users of the function.

Applied, thanks

--
~Vinod