diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2014-02-20 22:32:34 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2014-02-20 22:32:34 +0100 |
commit | 02a0947ae458837424c8c77f1922c54678283df7 (patch) | |
tree | 798b66b3ecabdfaee04190ea9e49f52fe425077d /Documentation/PCI | |
parent | Merge branch 'pci/pciehp' into next (diff) | |
parent | PCI: Remove unused SR-IOV VF Migration support (diff) | |
download | linux-02a0947ae458837424c8c77f1922c54678283df7.tar.xz linux-02a0947ae458837424c8c77f1922c54678283df7.zip |
Merge branch 'pci/dead-code' into next
* pci/dead-code:
PCI: Remove unused SR-IOV VF Migration support
iommu/amd: Add include of <linux/irqreturn.h>
mei: Add include of <linux/irqreturn.h>
misc: mic: Add include of <linux/irqreturn.h>
Diffstat (limited to 'Documentation/PCI')
-rw-r--r-- | Documentation/PCI/pci-iov-howto.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/PCI/pci-iov-howto.txt b/Documentation/PCI/pci-iov-howto.txt index 86551cc72e03..2d91ae251982 100644 --- a/Documentation/PCI/pci-iov-howto.txt +++ b/Documentation/PCI/pci-iov-howto.txt @@ -68,10 +68,6 @@ To disable SR-IOV capability: echo 0 > \ /sys/bus/pci/devices/<DOMAIN:BUS:DEVICE.FUNCTION>/sriov_numvfs -To notify SR-IOV core of Virtual Function Migration: -(a) In the driver: - irqreturn_t pci_sriov_migration(struct pci_dev *dev); - 3.2 Usage example Following piece of code illustrates the usage of the SR-IOV API. |