diff mbox series

[v14] drm/audio: declaration of struct device

Message ID 1550292755-2418-1-git-send-email-ramalingam.c@intel.com (mailing list archive)
State New, archived
Headers show
Series [v14] drm/audio: declaration of struct device | expand

Commit Message

kernel test robot via dri-devel Feb. 16, 2019, 4:52 a.m. UTC
Header has used the references to struct device without it definition
or declaration.

Hence the warning of "struct device declared inside parameter list..."
This changes adds a declaration to struct device in the header to avoid
any such warnings.

Signed-off-by: Ramalingam C <ramalingam.c@intel.com>
---
 include/drm/drm_audio_component.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/include/drm/drm_audio_component.h b/include/drm/drm_audio_component.h
index d0c7444319f5..a45f93487039 100644
--- a/include/drm/drm_audio_component.h
+++ b/include/drm/drm_audio_component.h
@@ -5,6 +5,7 @@ 
 #define _DRM_AUDIO_COMPONENT_H_
 
 struct drm_audio_component;
+struct device;
 
 /**
  * struct drm_audio_component_ops - Ops implemented by DRM driver, called by hda driver