drm/xe: Drop zero length arrays
authorMatthew Brost <matthew.brost@intel.com>
Mon, 20 Mar 2023 17:46:24 +0000 (10:46 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:30:20 +0000 (18:30 -0500)
commit044f0cfb19473cd1b60a69c802cac0651066fa21
tree2af951055d640270b7cebf027c4369e098f01e0a
parentce79c6c43af7280c1f26d700959d04a7e62092af
drm/xe: Drop zero length arrays

Zero-length arrays as fake flexible arrays are deprecated and we are
moving towards adopting C99 flexible-array members instead.

Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_engine_types.h
drivers/gpu/drm/xe/xe_sched_job_types.h