mbox series

[0/2] PCI: Remove pci_enable_device_io()

Message ID 370ff61c-1ae0-41ca-95fc-6c45e1b8791d@gmail.com
Headers show
Series PCI: Remove pci_enable_device_io() | expand

Message

Heiner Kallweit March 23, 2024, 5:13 p.m. UTC
The call to pci_enable_device_io() in cs5520 isn't needed and can be
removed. This was the last user, so the function itself can be removed
afterwards.

I'd propose to apply the series through the PCI tree.

Heiner Kallweit (2):
  ata: pata_cs5520: Remove not needed call to pci_enable_device_io
  PCI: Remove pci_enable_device_io()

 drivers/ata/pata_cs5520.c |  6 ------
 drivers/pci/pci.c         | 14 --------------
 include/linux/pci.h       |  1 -
 3 files changed, 21 deletions(-)

Comments

Bjorn Helgaas March 28, 2024, 10:13 p.m. UTC | #1
On Sat, Mar 23, 2024 at 06:13:41PM +0100, Heiner Kallweit wrote:
> The call to pci_enable_device_io() in cs5520 isn't needed and can be
> removed. This was the last user, so the function itself can be removed
> afterwards.
> 
> I'd propose to apply the series through the PCI tree.
> 
> Heiner Kallweit (2):
>   ata: pata_cs5520: Remove not needed call to pci_enable_device_io
>   PCI: Remove pci_enable_device_io()
> 
>  drivers/ata/pata_cs5520.c |  6 ------
>  drivers/pci/pci.c         | 14 --------------
>  include/linux/pci.h       |  1 -
>  3 files changed, 21 deletions(-)

Applied to pci/enumeration with acks/reviewed-by from Damien and
Sergey, thank you!