diff options
author | Jani Nikula <jani.nikula@intel.com> | 2024-04-10 13:05:08 +0300 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2024-04-18 19:23:44 +0300 |
commit | 270f3a4886ef78889d0b9a887808e6c425931131 (patch) | |
tree | 33d75b0290d9e5659b4d732b4150f3475122b53f /include/drm | |
parent | a3f610dd3202be41a22e798e75a832a30a4ad598 (diff) | |
download | linux-270f3a4886ef78889d0b9a887808e6c425931131.tar.xz |
drm/i915: use system include for drm headers
Use <> instead of "" for including headers from include/, even if the
file is in the same directory.
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/ed02b81fcbbc0d27be4af460c521aefbfdc76375.1712743191.git.jani.nikula@intel.com
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/i915_component.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/i915_component.h b/include/drm/i915_component.h index 56a84ee1c64c..4ea3b17aa143 100644 --- a/include/drm/i915_component.h +++ b/include/drm/i915_component.h @@ -24,7 +24,7 @@ #ifndef _I915_COMPONENT_H_ #define _I915_COMPONENT_H_ -#include "drm_audio_component.h" +#include <drm/drm_audio_component.h> enum i915_component_type { I915_COMPONENT_AUDIO = 1, |