linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [cryptodev:master 62/67] drivers/char/hw_random/stm32-rng.c:163:51: error: 'pdev' undeclared
@ 2015-10-14 14:59 kbuild test robot
  2015-10-14 15:15 ` Daniel Thompson
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2015-10-14 14:59 UTC (permalink / raw)
  To: Daniel Thompson; +Cc: kbuild-all, linux-crypto, Herbert Xu, Linus Walleij

[-- Attachment #1: Type: text/plain, Size: 1706 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
head:   62f57d05e287e950c6e1246b1dba08e12985195a
commit: c6a97c42e399ad0d639f616e58e13f0b4ae87626 [62/67] hwrng: stm32 - add support for STM32 HW RNG
config: i386-allmodconfig (attached as .config)
reproduce:
        git checkout c6a97c42e399ad0d639f616e58e13f0b4ae87626
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   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);
                                                      ^

vim +/pdev +163 drivers/char/hw_random/stm32-rng.c

   157		return devm_hwrng_register(dev, &priv->rng);
   158	}
   159	
   160	#ifdef CONFIG_PM
   161	static int stm32_rng_runtime_suspend(struct device *dev)
   162	{
 > 163		struct stm32_rng_private *priv = dev_get_drvdata(pdev);
   164	
   165		stm32_rng_cleanup(&priv->rng);
   166	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 51512 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-14 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-14 14:59 [cryptodev:master 62/67] drivers/char/hw_random/stm32-rng.c:163:51: error: 'pdev' undeclared kbuild test robot
2015-10-14 15:15 ` Daniel Thompson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).