[PATCH 0/2] Remove unused declarations

Gaosheng Cui posted 2 patches 3 years, 7 months ago
There is a newer version of this series
sound/core/memalloc_local.h | 4 ----
sound/usb/line6/driver.h    | 2 --
2 files changed, 6 deletions(-)
[PATCH 0/2] Remove unused declarations
Posted by Gaosheng Cui 3 years, 7 months ago
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

 sound/core/memalloc_local.h | 4 ----
 sound/usb/line6/driver.h    | 2 --
 2 files changed, 6 deletions(-)

-- 
2.25.1
Re: [PATCH 0/2] Remove unused declarations
Posted by Takashi Iwai 3 years, 7 months ago
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