drm/i915: Remove return type from i915_drm_client_remove_object
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Mon, 13 Nov 2023 08:54:56 +0000 (08:54 +0000)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Mon, 20 Nov 2023 11:11:00 +0000 (11:11 +0000)
commit44eea8d08078bbce4d0f76c16706ab57ec38da62
tree3b33f6cb1eac244f412b7ec4c319de8608c6312c
parent3c7a5eb700661e8905ab4e50c2d09c6568125280
drm/i915: Remove return type from i915_drm_client_remove_object

There is no need to return anything in the version which was merged and
also the implementation of the !CONFIG_PROC_FS wasn't returning anything,
causing a build failure there.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Fixes: e4ae85e364fc ("drm/i915: Add ability for tracking buffer objects per client")
Cc: Aravind Iddamsetty <aravind.iddamsetty@intel.com>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202311110104.8TlHVxUI-lkp@intel.com/
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231113085457.199053-1-tvrtko.ursulin@linux.intel.com
drivers/gpu/drm/i915/i915_drm_client.c
drivers/gpu/drm/i915/i915_drm_client.h