Commit 2052287a authored by Jani Nikula's avatar Jani Nikula

drm/i915/pxp: fix includes for headers in include/drm

Use <> not "" for including headers from include/drm.
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211116135813.19806-1-jani.nikula@intel.com
parent 5ed597da
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
* Copyright(c) 2020, Intel Corporation. All rights reserved. * Copyright(c) 2020, Intel Corporation. All rights reserved.
*/ */
#include "drm/i915_drm.h" #include <drm/i915_drm.h>
#include "i915_drv.h" #include "i915_drv.h"
#include "intel_pxp.h" #include "intel_pxp.h"
......
...@@ -4,8 +4,10 @@ ...@@ -4,8 +4,10 @@
*/ */
#include <linux/component.h> #include <linux/component.h>
#include "drm/i915_pxp_tee_interface.h"
#include "drm/i915_component.h" #include <drm/i915_pxp_tee_interface.h>
#include <drm/i915_component.h>
#include "i915_drv.h" #include "i915_drv.h"
#include "intel_pxp.h" #include "intel_pxp.h"
#include "intel_pxp_session.h" #include "intel_pxp_session.h"
......
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