diff options
Diffstat (limited to 'drivers/gpu/drm/xe/xe_huc_debugfs.c')
| -rw-r--r-- | drivers/gpu/drm/xe/xe_huc_debugfs.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/drm/xe/xe_huc_debugfs.c b/drivers/gpu/drm/xe/xe_huc_debugfs.c index df9c4d79b710..80829967b3d7 100644 --- a/drivers/gpu/drm/xe/xe_huc_debugfs.c +++ b/drivers/gpu/drm/xe/xe_huc_debugfs.c @@ -7,11 +7,10 @@ #include <drm/drm_debugfs.h> #include <drm/drm_managed.h> +#include <drm/drm_print.h> -#include "xe_device.h" -#include "xe_gt.h" +#include "xe_gt_types.h" #include "xe_huc.h" -#include "xe_macros.h" #include "xe_pm.h" static struct xe_gt * |
