tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: f7efed9f38f886edb450041b82a6f15d663c98f8 commit: e894b724c316d9b45d963f929c97578cdffbbe8d [5707/10546] drm/i915: Use the fdinfo helper config: i386-buildonly-randconfig-r004-20230617 (https://download.01.org/0day-ci/archive/20230618/202306180044.rvrE6n8B-lkp@xxxxxxxxx/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce: (https://download.01.org/0day-ci/archive/20230618/202306180044.rvrE6n8B-lkp@xxxxxxxxx/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202306180044.rvrE6n8B-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): >> drivers/gpu/drm/i915/i915_driver.c:1806:24: error: 'i915_drm_client_fdinfo' undeclared here (not in a function); did you mean 'i915_drm_client_alloc'? 1806 | .show_fdinfo = i915_drm_client_fdinfo, | ^~~~~~~~~~~~~~~~~~~~~~ | i915_drm_client_alloc vim +1806 drivers/gpu/drm/i915/i915_driver.c 1793 1794 static const struct drm_driver i915_drm_driver = { 1795 /* Don't use MTRRs here; the Xserver or userspace app should 1796 * deal with them for Intel hardware. 1797 */ 1798 .driver_features = 1799 DRIVER_GEM | 1800 DRIVER_RENDER | DRIVER_MODESET | DRIVER_ATOMIC | DRIVER_SYNCOBJ | 1801 DRIVER_SYNCOBJ_TIMELINE, 1802 .release = i915_driver_release, 1803 .open = i915_driver_open, 1804 .lastclose = i915_driver_lastclose, 1805 .postclose = i915_driver_postclose, > 1806 .show_fdinfo = i915_drm_client_fdinfo, -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki