[PATCH] amd: display: modules: Remove repeated struct declaration
Alex Deucher
alexdeucher at gmail.com
Thu Apr 1 21:16:41 UTC 2021
Applied. Thanks!
Alex
On Thu, Apr 1, 2021 at 11:26 AM Wan Jiabing <wanjiabing at vivo.com> wrote:
>
> 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 at vivo.com>
> ---
> drivers/gpu/drm/amd/display/modules/inc/mod_hdcp.h | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/display/modules/inc/mod_hdcp.h b/drivers/gpu/drm/amd/display/modules/inc/mod_hdcp.h
> index d223ed3be5d3..03fe49c5b7d0 100644
> --- a/drivers/gpu/drm/amd/display/modules/inc/mod_hdcp.h
> +++ b/drivers/gpu/drm/amd/display/modules/inc/mod_hdcp.h
> @@ -255,8 +255,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);
>
> --
> 2.25.1
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
More information about the amd-gfx
mailing list