From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755486Ab3LaSBY (ORCPT ); Tue, 31 Dec 2013 13:01:24 -0500 Received: from merlin.infradead.org ([205.233.59.134]:49982 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753937Ab3LaSBX (ORCPT ); Tue, 31 Dec 2013 13:01:23 -0500 Message-ID: <52C3066E.1070909@infradead.org> Date: Tue, 31 Dec 2013 10:01:18 -0800 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: =?UTF-8?B?S3J6eXN6dG9mIEhhxYJhc2E=?= , lkml , linux-arm-kernel@lists.infradead.org, Russell King , Christian Hohnstaedt , Herbert Xu Subject: Re: [ARM] Fix kernel compile error: drivers/crypto/ixp4xx_crypto.c. References: <20131231134820.GS8064@book.gsilab.sittig.org> In-Reply-To: <20131231134820.GS8064@book.gsilab.sittig.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/31/13 05:48, Gerhard Sittig wrote: > On Tue, Dec 31, 2013 at 11:51 +0100, Krzysztof Hałasa wrote: >> >> drivers/crypto/ixp4xx_crypto.c: In function 'ixp_module_init': >> drivers/crypto/ixp4xx_crypto.c:1419:2: error: 'dev' undeclared (first use in this function) >> >> Now builds. Not tested on real hw. >> >> Signed-off-by: Krzysztof Hałasa > > I understood that a 'Fixes: ' line is suggested when > you can clearly identify what broke what you fix. Is it 27c1789ca6a6 > "DMA-API: crypto: remove last references to 'static struct device *dev'"? > Then v3.13-rc1 would have been affected. is 'Fixes: ' documented somewhere? thanks, -- ~Randy