drm/i915/gsc: use system include style for drm headers
Use <> instead of "" for including headers from include/. Fixes: 8a9bf29546a1 ("drm/i915/gsc: add initial support for GSC proxy") Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Cc: Alan Previn <alan.previn.teres.alexis@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Luca Coelho <luciano.coelho@intel.com> Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230525094942.941123-1-jani.nikula@intel.com
This commit is contained in:
parent
0fbcf57077
commit
08264f85c5
@ -5,8 +5,8 @@
|
||||
|
||||
#include <linux/component.h>
|
||||
|
||||
#include "drm/i915_component.h"
|
||||
#include "drm/i915_gsc_proxy_mei_interface.h"
|
||||
#include <drm/i915_component.h>
|
||||
#include <drm/i915_gsc_proxy_mei_interface.h>
|
||||
|
||||
#include "gt/intel_gt.h"
|
||||
#include "gt/intel_gt_print.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user