commit | 753f612471819d3b3abba8c520eb3ce8f9d00fa5 | [log] [tgz] |
---|---|---|
author | Jan H. Schönherr <jschoenh@amazon.de> | Tue Sep 26 12:53:23 2017 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Oct 05 15:54:56 2017 -0500 |
tree | c7de7abcd117d4bf8c507992f0a2f8ce2d6d985d | |
parent | 9e66317d3c92ddaab330c125dfe9d06eee268aff [diff] |
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 <jschoenh@amazon.de> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Russell Currey <ruscur@russell.cc>