PCI: Remove reset argument from pci_iov_{add,remove}_virtfn()
authorJan H. Schönherr <[email protected]>
Tue, 26 Sep 2017 17:53:23 +0000 (12:53 -0500)
committerBjorn Helgaas <[email protected]>
Thu, 5 Oct 2017 20:54:56 +0000 (15:54 -0500)
commit753f612471819d3b3abba8c520eb3ce8f9d00fa5
treec7de7abcd117d4bf8c507992f0a2f8ce2d6d985d
parent9e66317d3c92ddaab330c125dfe9d06eee268aff
PCI: Remove reset argument from pci_iov_{add,remove}_virtfn()

The "reset" argument passed to pci_iov_add_virtfn() and
pci_iov_remove_virtfn() is always zero since 46cb7b1bd86f ("PCI: Remove
unused SR-IOV VF Migration support")

Remove the argument together with the associated code.

Signed-off-by: Jan H. Schönherr <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Acked-by: Russell Currey <[email protected]>
arch/powerpc/kernel/eeh_driver.c
drivers/pci/iov.c
include/linux/pci.h