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: Wan Jiabing <wanjiabing@vivo.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
c108aef148
commit
92b15eb07a
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user