All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-review:UPDATE-20200305-221105/Veerabhadrarao-Badiganti/mmc-sdhci-msm-Disable-CQE-during-SDHC-reset/20200229-070920 1/1] drivers/mmc/host/cqhci.h:235:9: error: implicit declaration of function 'cqhci_deactivate'; did you mean 'cqhci_init'?
@ 2020-03-06  7:50 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-03-06  7:50 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/0day-ci/linux/commits/UPDATE-20200305-221105/Veerabhadrarao-Badiganti/mmc-sdhci-msm-Disable-CQE-during-SDHC-reset/20200229-070920
head:   eb120c46016a760ca04dc5911c6982338d63e773
commit: eb120c46016a760ca04dc5911c6982338d63e773 [1/1] mmc: sdhci-msm: Disable CQE during SDHC reset
config: x86_64-rhel (attached as .config)
compiler: gcc-7 (Debian 7.5.0-5) 7.5.0
reproduce:
        git checkout eb120c46016a760ca04dc5911c6982338d63e773
        # save the attached .config to linux build tree
        make ARCH=x86_64 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   In file included from drivers/mmc/host/sdhci-pci-core.c:36:0:
   drivers/mmc/host/cqhci.h: In function 'cqhci_suspend':
>> drivers/mmc/host/cqhci.h:235:9: error: implicit declaration of function 'cqhci_deactivate'; did you mean 'cqhci_init'? [-Werror=implicit-function-declaration]
     return cqhci_deactivate(mmc);
            ^~~~~~~~~~~~~~~~
            cqhci_init
   cc1: some warnings being treated as errors

vim +235 drivers/mmc/host/cqhci.h

   228	
   229	irqreturn_t cqhci_irq(struct mmc_host *mmc, u32 intmask, int cmd_error,
   230			      int data_error);
   231	int cqhci_init(struct cqhci_host *cq_host, struct mmc_host *mmc, bool dma64);
   232	struct cqhci_host *cqhci_pltfm_init(struct platform_device *pdev);
   233	static inline int cqhci_suspend(struct mmc_host *mmc)
   234	{
 > 235		return cqhci_deactivate(mmc);
   236	}
   237	int cqhci_resume(struct mmc_host *mmc);
   238	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 44208 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-06  7:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-06  7:50 [linux-review:UPDATE-20200305-221105/Veerabhadrarao-Badiganti/mmc-sdhci-msm-Disable-CQE-during-SDHC-reset/20200229-070920 1/1] drivers/mmc/host/cqhci.h:235:9: error: implicit declaration of function 'cqhci_deactivate'; did you mean 'cqhci_init'? kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.