From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:56712 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933009AbcECAlM (ORCPT ); Mon, 2 May 2016 20:41:12 -0400 To: stable Cc: Greg Kroah-Hartman From: Guenter Roeck Subject: Build errors in v4.5-stable-queue Message-ID: <5727F3A6.4020107@roeck-us.net> Date: Mon, 2 May 2016 17:41:10 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: Compile error (arm:pxca_defconfig, arm:allmodconfig): drivers/dma/pxa_dma.c: In function 'pxad_probe': drivers/dma/pxa_dma.c:1421:24: error: 'struct mmp_dma_platdata' has no member named 'nb_requestors' Either commit "dmaengine: pxa_dma: fix the maximum requestor line" needs to be dropped, or commit c283e41ef324 ("dmaengine: mmp-pdma: add number of requestors") needs to be applied as well. Guenter