2022-09-09 05:36:15

by Gaosheng Cui

[permalink] [raw]
Subject: [PATCH 0/2] Remove unused declarations

This series contains a few cleanup patches, to remove unused
declarations which have been removed. Thanks!

Gaosheng Cui (2):
perf sort: remove hist_entry__sort_list and sort__first_dimension
declaration
perf tools: remove perf_pmu_lex declaration

tools/perf/util/pmu.y | 2 --
tools/perf/util/sort.h | 2 --
2 files changed, 4 deletions(-)

--
2.25.1


2022-09-09 07:51:50

by Takashi Iwai

[permalink] [raw]
Subject: Re: [PATCH 0/2] Remove unused declarations

On Fri, 09 Sep 2022 05:54:41 +0200,
Gaosheng Cui wrote:
>
> This series contains a few cleanup patches, to remove unused
> declarations which have been removed. Thanks!
>
> Gaosheng Cui (2):
> ALSA: line6: remove line6_set_raw declaration
> ALSA: memalloc: remove snd_dma_sg_ops declaration

Thanks, applied both patches.


Takashi

2022-09-09 13:52:49

by Arnaldo Carvalho de Melo

[permalink] [raw]
Subject: Re: [PATCH 0/2] Remove unused declarations

Em Fri, Sep 09, 2022 at 12:45:40PM +0800, Gaosheng Cui escreveu:
> This series contains a few cleanup patches, to remove unused
> declarations which have been removed. Thanks!

Thanks, applied.

- Arnaldo


> Gaosheng Cui (2):
> perf sort: remove hist_entry__sort_list and sort__first_dimension
> declaration
> perf tools: remove perf_pmu_lex declaration
>
> tools/perf/util/pmu.y | 2 --
> tools/perf/util/sort.h | 2 --
> 2 files changed, 4 deletions(-)
>
> --
> 2.25.1

--

- Arnaldo