Commit de1429a9 authored by Michal Wajdeczko's avatar Michal Wajdeczko

drm/xe: Fix xe_huc.h

Prefer forward declaration over #include xe_huc_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-4-michal.wajdeczko@intel.com
parent 2291c091
......@@ -6,9 +6,10 @@
#ifndef _XE_HUC_H_
#define _XE_HUC_H_
#include "xe_huc_types.h"
#include <linux/types.h>
struct drm_printer;
struct xe_huc;
enum xe_huc_auth_types {
XE_HUC_AUTH_VIA_GUC = 0,
......
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