Skip to content

Commit 48f2f7a

Browse files
mwajdeczmattrope
authored andcommitted
drm/xe/tests: Drop unused xe_device_fn typedef
We missed to drop it in commit 50680d1 ("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>
1 parent 1488a30 commit 48f2f7a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/gpu/drm/xe/tests/xe_pci_test.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ struct xe_device;
1515
struct xe_graphics_desc;
1616
struct xe_media_desc;
1717

18-
typedef int (*xe_device_fn)(struct xe_device *);
1918
typedef void (*xe_graphics_fn)(const struct xe_graphics_desc *);
2019
typedef void (*xe_media_fn)(const struct xe_media_desc *);
2120

0 commit comments

Comments
 (0)