projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a77a3ff
)
drm/audio: make drm_audio_component.h self-contained
author
Jani Nikula
<jani.nikula@intel.com>
Wed, 23 Nov 2022 13:09:32 +0000
(15:09 +0200)
committer
Jani Nikula
<jani.nikula@intel.com>
Tue, 29 Nov 2022 12:14:51 +0000
(14:14 +0200)
The file uses bool and struct completion, include the relevant headers.
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20221123130932.3863985-1-jani.nikula@intel.com
include/drm/drm_audio_component.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_audio_component.h
b/include/drm/drm_audio_component.h
index 0d36bfd1a4cd49fd033a36abbb310d195618b587..5a4cd1fa8e2ad6a6bed5c7f95da57da762b59676 100644
(file)
--- a/
include/drm/drm_audio_component.h
+++ b/
include/drm/drm_audio_component.h
@@
-4,6
+4,9
@@
#ifndef _DRM_AUDIO_COMPONENT_H_
#define _DRM_AUDIO_COMPONENT_H_
+#include <linux/completion.h>
+#include <linux/types.h>
+
struct drm_audio_component;
struct device;