mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-09 15:24:32 +08:00
drm/i915/pxp: fix includes for headers in include/drm
Use <> not "" for including headers from include/drm. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20211116135813.19806-1-jani.nikula@intel.com
This commit is contained in:
parent
5ed597daa4
commit
2052287a74
@ -3,7 +3,8 @@
|
||||
* Copyright(c) 2020, Intel Corporation. All rights reserved.
|
||||
*/
|
||||
|
||||
#include "drm/i915_drm.h"
|
||||
#include <drm/i915_drm.h>
|
||||
|
||||
#include "i915_drv.h"
|
||||
|
||||
#include "intel_pxp.h"
|
||||
|
@ -4,8 +4,10 @@
|
||||
*/
|
||||
|
||||
#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 "intel_pxp.h"
|
||||
#include "intel_pxp_session.h"
|
||||
|
Loading…
Reference in New Issue
Block a user