mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
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 <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
This commit is contained in:
parent
a77a3ffa15
commit
11ffff9284
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue