All of lore.kernel.org
 help / color / mirror / Atom feed
* [acrn:4.19/lts 30/85] drivers/vhm/vhm_ioreq.c:1159:6: error: no previous prototype for 'acrn_ioreq_driver_deinit'
@ 2020-08-24 19:56 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2020-08-24 19:56 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/projectacrn/acrn-kernel 4.19/lts
head:   8abec6c5ebdace7220ecfa35b317c76f62e29c31
commit: 6ba44a4b51512f4fd4e4800240972c4cff714bef [30/85] vhm ioreq: add debugfs entry to dump the vhm client io range
config: x86_64-allyesconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce (this is a W=1 build):
        git checkout 6ba44a4b51512f4fd4e4800240972c4cff714bef
        # save the attached .config to linux build tree
        make W=1 ARCH=x86_64 

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/vhm/vhm_ioreq.c: In function 'acrn_ioreq_driver_init':
   drivers/vhm/vhm_ioreq.c:1151:6: error: old-style function definition [-Werror=old-style-definition]
    1151 | void acrn_ioreq_driver_init()
         |      ^~~~~~~~~~~~~~~~~~~~~~
   drivers/vhm/vhm_ioreq.c: At top level:
>> drivers/vhm/vhm_ioreq.c:1159:6: error: no previous prototype for 'acrn_ioreq_driver_deinit' [-Werror=missing-prototypes]
    1159 | void acrn_ioreq_driver_deinit(void)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~
   cc1: all warnings being treated as errors

# https://github.com/projectacrn/acrn-kernel/commit/6ba44a4b51512f4fd4e4800240972c4cff714bef
git remote add acrn https://github.com/projectacrn/acrn-kernel
git fetch --no-tags acrn 4.19/lts
git checkout 6ba44a4b51512f4fd4e4800240972c4cff714bef
vim +/acrn_ioreq_driver_deinit +1159 drivers/vhm/vhm_ioreq.c

  1158	
> 1159	void acrn_ioreq_driver_deinit(void)

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

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

only message in thread, other threads:[~2020-08-24 19:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24 19:56 [acrn:4.19/lts 30/85] drivers/vhm/vhm_ioreq.c:1159:6: error: no previous prototype for 'acrn_ioreq_driver_deinit' 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.