Re: [PATCH] drm/radeon: Remove unused function pointer typedef radeon_packet3_check_t

From: Alex Deucher
Date: Mon Feb 15 2021 - 14:12:32 EST


Applied. Thanks!

Alex

On Mon, Feb 15, 2021 at 5:43 AM Christian König
<christian.koenig@xxxxxxx> wrote:
>
>
>
> Am 15.02.21 um 11:21 schrieb Chen Lin:
> > From: Chen Lin <chen.lin5@xxxxxxxxxx>
> >
> > Remove the 'radeon_packet3_check_t' typedef as it is not used.
> >
> > Signed-off-by: Chen Lin <chen.lin5@xxxxxxxxxx>
>
> Reviewed-by: Christian König <christian.koenig@xxxxxxx>
>
> > ---
> > drivers/gpu/drm/radeon/radeon.h | 3 ---
> > 1 file changed, 3 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
> > index 5f3adba..a1c38b5 100644
> > --- a/drivers/gpu/drm/radeon/radeon.h
> > +++ b/drivers/gpu/drm/radeon/radeon.h
> > @@ -1111,9 +1111,6 @@ struct radeon_cs_packet {
> > typedef int (*radeon_packet0_check_t)(struct radeon_cs_parser *p,
> > struct radeon_cs_packet *pkt,
> > unsigned idx, unsigned reg);
> > -typedef int (*radeon_packet3_check_t)(struct radeon_cs_parser *p,
> > - struct radeon_cs_packet *pkt);
> > -
> >
> > /*
> > * AGP
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@xxxxxxxxxxxxxxxxxxxxx
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx