summaryrefslogtreecommitdiff
path: root/sock.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04sock: add socket management functionsDaniel Borkmann1-0/+17
='ctrl'>
authorJon Derrick <jonathan.derrick@intel.com>2016-09-02 11:53:04 -0600
committerBjorn Helgaas <bhelgaas@google.com>2016-09-19 13:14:05 -0500
commit53db86adc2c9b3ce0454bece4487e8eca96e2614 (patch)
tree2fcc26d292432366991c0ea9e3b42ac1fc16e72a
parent75de9b4cd3119eaddce6616776f62a5b30fb0fae (diff)
x86/PCI: VMD: Eliminate vmd_vector member from list type
Eliminate unused vmd and vector members from vmd_irq_list and discover the vector using pci_irq_vector(). Signed-off-by: Jon Derrick <jonathan.derrick@intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Keith Busch <keith.busch@intel.com>
Diffstat
-rw-r--r--arch/x86/pci/vmd.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/arch/x86/pci/vmd.c b/arch/x86/pci/vmd.c