summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Wajdeczko <michal.wajdeczko@intel.com>2025-06-13 21:19:37 +0200
committerMatt Roper <matthew.d.roper@intel.com>2025-06-16 13:48:47 -0700
commit48f2f7a9fe202ad441b9c23093d60b7b429494e2 (patch)
tree7ab788cc7a4594efc4af7af3f208bc2ed8e8ceb2
parent1488a3089de3d0bcdc9532da7ce04cf0af9d7dd0 (diff)
drm/xe/tests: Drop unused xe_device_fn typedef
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>
-rw-r--r--drivers/gpu/drm/xe/tests/xe_pci_test.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/tests/xe_pci_test.h b/drivers/gpu/drm/xe/tests/xe_pci_test.h
index ede46800aff1..65ac0295d435 100644
--- a/drivers/gpu/drm/xe/tests/xe_pci_test.h
+++ b/drivers/gpu/drm/xe/tests/xe_pci_test.h
@@ -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 *);