Commit bdc9abed authored by Michal Wajdeczko's avatar Michal Wajdeczko

drm/xe: Fix xe_uc.h

Prefer forward declaration over #include xe_uc_types.h
Signed-off-by: default avatarMichal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: default avatarFrancois Dugast <francois.dugast@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240521102828.668-2-michal.wajdeczko@intel.com
parent 01d71dff
......@@ -6,7 +6,7 @@
#ifndef _XE_UC_H_
#define _XE_UC_H_
#include "xe_uc_types.h"
struct xe_uc;
int xe_uc_init(struct xe_uc *uc);
int xe_uc_init_hwconfig(struct xe_uc *uc);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment