commit | d544d75ac96aa1b0a8a378826626a0fbd8ce4380 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Fri Jul 17 15:15:19 2015 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Aug 13 15:57:21 2015 -0500 |
tree | c289b1bd150373bfea74cbf2a224d9bd2569ae28 | |
parent | edc90fee916b4f0d14af9c6b5c08666747488ef8 [diff] |
PCI: Embed ATS info directly into struct pci_dev The pci_ats struct is small and will get smaller, so I don't think it's worth allocating it separately from the pci_dev struct. Embed the ATS fields directly into struct pci_dev. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Joerg Roedel <jroedel@suse.de>