From: abhinavk@codeaurora.org To: Shaokun Zhang <zhangshaokun@hisilicon.com> Cc: linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, Rob Clark <robdclark@gmail.com> Subject: Re: [Freedreno] [PATCH] drm/msm/dp: remove the repeated declaration Date: Tue, 25 May 2021 11:34:38 -0700 [thread overview] Message-ID: <1a928a9f4fb4973b265a160cd1d6369a@codeaurora.org> (raw) In-Reply-To: <1621945327-10871-1-git-send-email-zhangshaokun@hisilicon.com> On 2021-05-25 05:22, Shaokun Zhang wrote: > Function 'dp_catalog_audio_enable' is declared twice, remove the > repeated declaration. > > Cc: Rob Clark <robdclark@gmail.com> > Cc: Abhinav Kumar <abhinavk@codeaurora.org> > Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com> Reviewed-by: Abhinav Kumar <abhinavk@codeaurora.org> > --- > drivers/gpu/drm/msm/dp/dp_catalog.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/msm/dp/dp_catalog.h > b/drivers/gpu/drm/msm/dp/dp_catalog.h > index 176a9020a520..f12468dcbb56 100644 > --- a/drivers/gpu/drm/msm/dp/dp_catalog.h > +++ b/drivers/gpu/drm/msm/dp/dp_catalog.h > @@ -124,7 +124,6 @@ void dp_catalog_audio_get_header(struct dp_catalog > *catalog); > void dp_catalog_audio_set_header(struct dp_catalog *catalog); > void dp_catalog_audio_config_acr(struct dp_catalog *catalog); > void dp_catalog_audio_enable(struct dp_catalog *catalog); > -void dp_catalog_audio_enable(struct dp_catalog *catalog); > void dp_catalog_audio_config_sdp(struct dp_catalog *catalog); > void dp_catalog_audio_init(struct dp_catalog *catalog); > void dp_catalog_audio_sfe_level(struct dp_catalog *catalog);
prev parent reply other threads:[~2021-05-25 18:34 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-05-25 12:22 Shaokun Zhang 2021-05-25 16:17 ` Bjorn Andersson 2021-05-25 18:34 ` abhinavk [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1a928a9f4fb4973b265a160cd1d6369a@codeaurora.org \ --to=abhinavk@codeaurora.org \ --cc=dri-devel@lists.freedesktop.org \ --cc=freedreno@lists.freedesktop.org \ --cc=linux-arm-msm@vger.kernel.org \ --cc=robdclark@gmail.com \ --cc=zhangshaokun@hisilicon.com \ --subject='Re: [Freedreno] [PATCH] drm/msm/dp: remove the repeated declaration' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).