All of lore.kernel.org
 help / color / mirror / Atom feed
* [hch-block:block-move-make_request 16/20] drivers/block/ps3vram.c:96:16: error: 'ps3vram_submit_bio' undeclared here (not in a function)
@ 2020-06-26 19:12 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2020-06-26 19:12 UTC (permalink / raw)
  To: kbuild-all

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

tree:   git://git.infradead.org/users/hch/block.git block-move-make_request
head:   6d9d7b9a8acc00820df04250c195c26bd94806eb
commit: 05afd62ee706c748c26dc25356c86c5dc6ea2279 [16/20] block: move ->make_request_fn to struct block_device_operations
config: powerpc-allyesconfig (attached as .config)
compiler: powerpc64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 05afd62ee706c748c26dc25356c86c5dc6ea2279
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=powerpc 

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

All errors (new ones prefixed by >>):

>> drivers/block/ps3vram.c:96:16: error: 'ps3vram_submit_bio' undeclared here (not in a function)
      96 |  .submit_bio = ps3vram_submit_bio,
         |                ^~~~~~~~~~~~~~~~~~
   drivers/block/ps3vram.c:589:17: warning: 'ps3vram_submit_bio' defined but not used [-Wunused-function]
     589 | static blk_qc_t ps3vram_submit_bio(struct bio *bio)
         |                 ^~~~~~~~~~~~~~~~~~

vim +/ps3vram_submit_bio +96 drivers/block/ps3vram.c

    92	
    93	
    94	static const struct block_device_operations ps3vram_fops = {
    95		.owner		= THIS_MODULE,
  > 96		.submit_bio	= ps3vram_submit_bio,
    97	};
    98	
    99	

---
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: 69740 bytes --]

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

only message in thread, other threads:[~2020-06-26 19:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-26 19:12 [hch-block:block-move-make_request 16/20] drivers/block/ps3vram.c:96:16: error: 'ps3vram_submit_bio' undeclared here (not in a function) kernel 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.