[spi:topic/bcm 2/4] drivers/spi/spi-bcm-qspi.c:703:13: error: 'bcm_qspi_suspend' undeclared here (not in a function)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git topic/bcm
head:   4e3b2d236fe00f0e0b6c45dcb3cc7d84c2316424
commit: fa236a7ef24048bafaeed13f68df35a819794758 [2/4] spi: bcm-qspi: Add Broadcom MSPI driver
config: ia64-allmodconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 4.9.0
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout fa236a7ef24048bafaeed13f68df35a819794758
        # save the attached .config to linux build tree
        make.cross ARCH=ia64 

All errors (new ones prefixed by >>):

>> drivers/spi/spi-bcm-qspi.c:703:13: error: 'bcm_qspi_suspend' undeclared here (not in a function)
     .suspend = bcm_qspi_suspend,
                ^
>> drivers/spi/spi-bcm-qspi.c:704:13: error: 'bcm_qspi_resume' undeclared here (not in a function)
     .resume  = bcm_qspi_resume,
                ^

vim +/bcm_qspi_suspend +703 drivers/spi/spi-bcm-qspi.c

   697	
   698		return ret;
   699	}
   700	#endif /* CONFIG_PM_SLEEP */
   701	
   702	const struct dev_pm_ops bcm_qspi_pm_ops = {
 > 703		.suspend = bcm_qspi_suspend,
 > 704		.resume  = bcm_qspi_resume,
   705	};
   706	/* pm_ops to be called by SoC specific platform driver */
   707	EXPORT_SYMBOL_GPL(bcm_qspi_pm_ops);

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

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux