]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/xe/tests: Drop unused xe_device_fn typedef
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Fri, 13 Jun 2025 19:19:37 +0000 (21:19 +0200)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 16 Jun 2025 20:48:47 +0000 (13:48 -0700)
We missed to drop it in commit 50680d1698f4 ("drm/xe/tests: remove
unused leftover xe_call_for_each_device()") so drop it now.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://lore.kernel.org/r/20250613191938.1980-2-michal.wajdeczko@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/xe/tests/xe_pci_test.h

index ede46800aff138f801a3d698531c45511aec05a0..65ac0295d4352d9db57c7a2550eab535768ebc2d 100644 (file)
@@ -15,7 +15,6 @@ struct xe_device;
 struct xe_graphics_desc;
 struct xe_media_desc;
 
-typedef int (*xe_device_fn)(struct xe_device *);
 typedef void (*xe_graphics_fn)(const struct xe_graphics_desc *);
 typedef void (*xe_media_fn)(const struct xe_media_desc *);