Commit 92b15eb0 authored by Wan Jiabing's avatar Wan Jiabing Committed by Alex Deucher
Browse files

amd: display: modules: Remove repeated struct declaration



struct mod_hdcp is declared twice. One is declared at 33rd line.
The blew one is not needed. Remove the duplicate.

Signed-off-by: default avatarWan Jiabing <wanjiabing@vivo.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent c108aef1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -261,8 +261,6 @@ struct mod_hdcp_config {
	uint8_t index;
};

struct mod_hdcp;

/* dm allocates memory of mod_hdcp per dc_link on dm init based on memory size*/
size_t mod_hdcp_get_memory_size(void);