From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932839AbbJOBhF (ORCPT ); Wed, 14 Oct 2015 21:37:05 -0400 Received: from ozlabs.org ([103.22.144.67]:44253 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932550AbbJOBhC (ORCPT ); Wed, 14 Oct 2015 21:37:02 -0400 Date: Thu, 15 Oct 2015 12:37:00 +1100 From: Stephen Rothwell To: Herbert Xu Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Daniel Thompson , Linus Walleij Subject: linux-next: build failure after merge of the crypto tree Message-ID: <20151015123700.6e5f3474@canb.auug.org.au> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Herbert, After merging the crypto tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/char/hw_random/stm32-rng.c: In function 'stm32_rng_runtime_suspend': drivers/char/hw_random/stm32-rng.c:163:51: error: 'pdev' undeclared (first use in this function) struct stm32_rng_private *priv = dev_get_drvdata(pdev); ^ drivers/char/hw_random/stm32-rng.c:163:51: note: each undeclared identifier is reported only once for each function it appears in drivers/char/hw_random/stm32-rng.c: In function 'stm32_rng_runtime_resume': drivers/char/hw_random/stm32-rng.c:172:51: error: 'pdev' undeclared (first use in this function) struct stm32_rng_private *priv = dev_get_drvdata(pdev); ^ Caused by commit c6a97c42e399 ("Add support for STMicroelectronics STM32 random number generator.") I have used the crypto tree from next-20151013 for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au