[PATCH 1/2] drm/xe/tests: Drop unused xe_device_fn typedef
Michal Wajdeczko
michal.wajdeczko at intel.com
Fri Jun 13 19:19:37 UTC 2025
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 at intel.com>
Cc: Jani Nikula <jani.nikula at intel.com>
---
drivers/gpu/drm/xe/tests/xe_pci_test.h | 1 -
1 file changed, 1 deletion(-)
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 *);
--
2.47.1
More information about the Intel-xe
mailing list