All of lore.kernel.org
 help / color / mirror / Atom feed
* [drm-intel:topic/drm-misc 35/35] drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c:618:2: error: implicit declaration of function 'drm_connector_unplug_all'
@ 2016-03-29 11:00 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2016-03-29 11:00 UTC (permalink / raw)
  To: Alexey Brodkin; +Cc: Daniel Vetter, intel-gfx, kbuild-all

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

tree:   git://anongit.freedesktop.org/drm-intel topic/drm-misc
head:   6c87e5c3ec6db052f3744804a517b6fb003906e1
commit: 6c87e5c3ec6db052f3744804a517b6fb003906e1 [35/35] drm: Rename drm_connector_unplug_all() to drm_connector_unregister_all()
config: arm-at91_dt_defconfig (attached as .config)
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 6c87e5c3ec6db052f3744804a517b6fb003906e1
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

   drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c: In function 'atmel_hlcdc_dc_connector_unplug_all':
>> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c:618:2: error: implicit declaration of function 'drm_connector_unplug_all' [-Werror=implicit-function-declaration]
     drm_connector_unplug_all(dev);
     ^
   cc1: some warnings being treated as errors

vim +/drm_connector_unplug_all +618 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c

1a396789 Boris Brezillon 2015-01-06  612  	return ret;
1a396789 Boris Brezillon 2015-01-06  613  }
1a396789 Boris Brezillon 2015-01-06  614  
1a396789 Boris Brezillon 2015-01-06  615  static void atmel_hlcdc_dc_connector_unplug_all(struct drm_device *dev)
1a396789 Boris Brezillon 2015-01-06  616  {
1a396789 Boris Brezillon 2015-01-06  617  	mutex_lock(&dev->mode_config.mutex);
1a396789 Boris Brezillon 2015-01-06 @618  	drm_connector_unplug_all(dev);
1a396789 Boris Brezillon 2015-01-06  619  	mutex_unlock(&dev->mode_config.mutex);
1a396789 Boris Brezillon 2015-01-06  620  }
1a396789 Boris Brezillon 2015-01-06  621  

:::::: The code at line 618 was first introduced by commit
:::::: 1a396789f65a22711eecddc5c13c0dec6bd753c7 drm: add Atmel HLCDC Display Controller support

:::::: TO: Boris Brezillon <boris.brezillon@free-electrons.com>
:::::: CC: Boris Brezillon <boris.brezillon@free-electrons.com>

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 20832 bytes --]

[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

only message in thread, other threads:[~2016-03-29 11:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-29 11:00 [drm-intel:topic/drm-misc 35/35] drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c:618:2: error: implicit declaration of function 'drm_connector_unplug_all' 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.