[PATCH] drm/rockchip: Add forward declarations to cdn_dp_device and audio_info

Sean Paul seanpaul at chromium.org
Fri Sep 8 07:46:18 PDT 2017


Add forward declarations in cdn-dp-reg.h to cdn_dp_device and audio_info

Signed-off-by: Sean Paul <seanpaul at chromium.org>
---
 drivers/gpu/drm/rockchip/cdn-dp-reg.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/gpu/drm/rockchip/cdn-dp-reg.h b/drivers/gpu/drm/rockchip/cdn-dp-reg.h
index c4bbb4a83319..84bdb4a49ae2 100644
--- a/drivers/gpu/drm/rockchip/cdn-dp-reg.h
+++ b/drivers/gpu/drm/rockchip/cdn-dp-reg.h
@@ -459,6 +459,9 @@ enum vic_bt_type {
 	BT_709 = 0x1,
 };
 
+struct cdn_dp_device;
+struct audio_info;
+
 void cdn_dp_clock_reset(struct cdn_dp_device *dp);
 
 void cdn_dp_set_fw_clk(struct cdn_dp_device *dp, unsigned long clk);
-- 
2.14.1.581.gf28d330327-goog




More information about the linux-arm-kernel mailing list