Commit 38e0d3fd authored by Jani Nikula's avatar Jani Nikula
Browse files

drm/i915/pxp: use <> instead of "" for headers in include/



Headers in include/ should be included using the system header #include
syntax.

Fixes: 887a193b ("drm/i915/pxp: add huc authentication and loading command")
Cc: Tomas Winkler <tomas.winkler@intel.com>
Cc: Vitaly Lubart <vitaly.lubart@intel.com>
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Alan Previn <alan.previn.teres.alexis@intel.com>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Reviewed-by: default avatarDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221107140454.2680954-1-jani.nikula@intel.com
parent 8b693ea2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,8 @@
 * Copyright(c) 2021-2022, Intel Corporation. All rights reserved.
 */

#include "drm/i915_drm.h"
#include <drm/i915_drm.h>

#include "i915_drv.h"

#include "gem/i915_gem_region.h"