diff options
author | Christoph Hellwig <[email protected]> | 2016-11-08 17:15:06 -0800 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2016-11-09 08:25:10 +0100 |
commit | 0cf71b04467bc34063cecae577f12481da6cc565 (patch) | |
tree | c2cb15e11b4e51f6453bb7969fde00cddc34ed72 | |
parent | 402723ad5c625ee052432698ae5e56b02d38d4ec (diff) |
PCI: Remove the irq_affinity mask from struct pci_dev
This has never been used, and now is totally unreferenced. Nuke it.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Acked-by: Bjorn Helgaas <[email protected]>
Acked-by: Jens Axboe <[email protected]>
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
-rw-r--r-- | include/linux/pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 7090f5ff7252..f2ba6ac21c75 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -333,7 +333,6 @@ struct pci_dev { * directly, use the values stored here. They might be different! */ unsigned int irq; - struct cpumask *irq_affinity; struct resource resource[DEVICE_COUNT_RESOURCE]; /* I/O and memory regions + expansion ROMs */ bool match_driver; /* Skip attaching driver */ |