mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
drm/xe: Fix xe_gsc.h
Prefer forward declaration over #include xe_gsc_types.h Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Reviewed-by: Francois Dugast <francois.dugast@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240521102828.668-3-michal.wajdeczko@intel.com
This commit is contained in:
parent
bdc9abed51
commit
2291c09110
|
|
@ -6,8 +6,9 @@
|
|||
#ifndef _XE_GSC_H_
|
||||
#define _XE_GSC_H_
|
||||
|
||||
#include "xe_gsc_types.h"
|
||||
#include <linux/types.h>
|
||||
|
||||
struct xe_gsc;
|
||||
struct xe_gt;
|
||||
struct xe_hw_engine;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user