From: Jani Nikula Date: Wed, 23 Nov 2022 13:09:32 +0000 (+0200) Subject: drm/audio: make drm_audio_component.h self-contained X-Git-Tag: v6.3-rc1~135^2~28^2~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11ffff9284261235cac7c9a0956943e017fe1a9f;p=thirdparty%2Flinux.git drm/audio: make drm_audio_component.h self-contained The file uses bool and struct completion, include the relevant headers. Signed-off-by: Jani Nikula Reviewed-by: Ville Syrjälä Link: https://patchwork.freedesktop.org/patch/msgid/20221123130932.3863985-1-jani.nikula@intel.com --- diff --git a/include/drm/drm_audio_component.h b/include/drm/drm_audio_component.h index 0d36bfd1a4cd4..5a4cd1fa8e2ad 100644 --- 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 +#include + struct drm_audio_component; struct device;