mbox series

[0/2] Drop unused declarations from HPT3x2N PATA driver

Message ID 20220209205351.10912-1-s.shtylyov@omp.ru
Headers show
Series Drop unused declarations from HPT3x2N PATA driver | expand

Message

Sergey Shtylyov Feb. 9, 2022, 8:53 p.m. UTC
Here are 2 patches against the 'for-next' branch of Damien Le Moal's
'libata.git' repo. The HPT3x2Nd PATA driver has some declarations from
the time it was first merged that have never been actually used...

Sergey Shtylyov (2):
  ata: pata_hpt3x2n: drop unused HPT_PCI_FAST
  ata: pata_hpt3x2n: drop unused 'struct hpt_chip'

 drivers/ata/pata_hpt3x2n.c | 6 ------
 1 file changed, 6 deletions(-)

Comments

Damien Le Moal Feb. 10, 2022, 3:07 a.m. UTC | #1
On 2/10/22 05:53, Sergey Shtylyov wrote:
> Here are 2 patches against the 'for-next' branch of Damien Le Moal's
> 'libata.git' repo. The HPT3x2Nd PATA driver has some declarations from
> the time it was first merged that have never been actually used...
> 
> Sergey Shtylyov (2):
>   ata: pata_hpt3x2n: drop unused HPT_PCI_FAST
>   ata: pata_hpt3x2n: drop unused 'struct hpt_chip'
> 
>  drivers/ata/pata_hpt3x2n.c | 6 ------
>  1 file changed, 6 deletions(-)
> 

Applied to for-5.18. Thanks !