From: Bjorn Helgaas Date: Fri, 17 Jul 2015 20:15:19 +0000 (-0500) Subject: PCI: Embed ATS info directly into struct pci_dev X-Git-Tag: omap-for-v4.3/fixes-merge-window~31^2~3^3~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d544d75ac96aa1b0a8a378826626a0fbd8ce4380;p=pandora-kernel.git 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 Reviewed-by: Joerg Roedel --- Reading git-diff-tree failed