diff options
Diffstat (limited to 'include/linux/pcieport_if.h')
-rw-r--r-- | include/linux/pcieport_if.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pcieport_if.h b/include/linux/pcieport_if.h index 6cd91e3f9820..194409af1037 100644 --- a/include/linux/pcieport_if.h +++ b/include/linux/pcieport_if.h | |||
@@ -36,7 +36,6 @@ struct pcie_port_service_id { | |||
36 | 36 | ||
37 | struct pcie_device { | 37 | struct pcie_device { |
38 | int irq; /* Service IRQ/MSI/MSI-X Vector */ | 38 | int irq; /* Service IRQ/MSI/MSI-X Vector */ |
39 | int interrupt_mode; /* [0:INTx | 1:MSI | 2:MSI-X] */ | ||
40 | struct pcie_port_service_id id; /* Service ID */ | 39 | struct pcie_port_service_id id; /* Service ID */ |
41 | struct pci_dev *port; /* Root/Upstream/Downstream Port */ | 40 | struct pci_dev *port; /* Root/Upstream/Downstream Port */ |
42 | void *priv_data; /* Service Private Data */ | 41 | void *priv_data; /* Service Private Data */ |