]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915: Remove leftover intel_sprite_set_colorkey_ioctl() prototype
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 16 Sep 2024 16:24:07 +0000 (19:24 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 24 Sep 2024 07:39:34 +0000 (10:39 +0300)
commitf86d45ac9d8da462a16e19e41128c614c6b40b92
treee9b5d2d385dd573036ca12a22391c6e015b3896b
parentc2579a217799ba577fa39a2a12643a277334e691
drm/i915: Remove leftover intel_sprite_set_colorkey_ioctl() prototype

intel_sprite_set_colorkey_ioctl() lives in intel_sprice_uapi.{c,h}
these days. For some reason the old protoype was left behind
in intel_sprite.h and even used by i915_driver.c. Remove the
leftovers and switch to including the correct header for the
prototype.

v2: Drop more unnecessary forward declarations

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240916162413.8555-2-ville.syrjala@linux.intel.com
Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
drivers/gpu/drm/i915/display/intel_sprite.h
drivers/gpu/drm/i915/i915_driver.c