tree:   
https://kernel.googlesource.com/pub/scm/linux/kernel/git/gregkh/driver-core.git 
debugfs_cleanup
head:   88ff756ea1e770a5a0dab006b06b969c4cda7a24
commit: 9ec380374a43c5e6fcf1c6c1a429379b208a7905 [21/55] drm: make 
.debugfs_init and drm_debugfs_create_files() return void
config: x86_64-rhel (attached as .config)
compiler: gcc-7 (Debian 7.4.0-10) 7.4.0
reproduce:
        git checkout 9ec380374a43c5e6fcf1c6c1a429379b208a7905
        # 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 <l...@intel.com>

All errors (new ones prefixed by >>):

>> drivers/gpu/drm/i915/i915_debugfs.c:4444:6: error: conflicting types for 
>> 'i915_debugfs_register'
    void i915_debugfs_register(struct drm_i915_private *dev_priv)
         ^~~~~~~~~~~~~~~~~~~~~
   In file included from drivers/gpu/drm/i915/i915_debugfs.c:44:0:
   drivers/gpu/drm/i915/i915_debugfs.h:13:5: note: previous declaration of 
'i915_debugfs_register' was here
    int i915_debugfs_register(struct drm_i915_private *dev_priv);
        ^~~~~~~~~~~~~~~~~~~~~

vim +/i915_debugfs_register +4444 drivers/gpu/drm/i915/i915_debugfs.c

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

Attachment: .config.gz
Description: application/gzip

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to