drm/xe: Fix xe_uc.h

Prefer forward declaration over #include xe_uc_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-2-michal.wajdeczko@intel.com
This commit is contained in:
Michal Wajdeczko 2024-05-21 12:28:25 +02:00
parent 01d71dff61
commit bdc9abed51

View File

@ -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);