projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3f610d
)
drm/i915: use system include for drm headers
author
Jani Nikula
<jani.nikula@intel.com>
Wed, 10 Apr 2024 10:05:08 +0000
(13:05 +0300)
committer
Jani Nikula
<jani.nikula@intel.com>
Thu, 18 Apr 2024 16:23:44 +0000
(19:23 +0300)
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
include/drm/i915_component.h
patch
|
blob
|
history
diff --git
a/include/drm/i915_component.h
b/include/drm/i915_component.h
index 56a84ee1c64c635a83ab5a3fed0bc809872151cd..4ea3b17aa14396d38129e0cd3a53eb65d50d232a 100644
(file)
--- 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,