]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI: Inline the ATS setup code into pci_ats_init()
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 17 Jul 2015 20:35:18 +0000 (15:35 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 13 Aug 2015 20:57:23 +0000 (15:57 -0500)
commitafdd596c42c4540308eae9f4c685d9bccc525cfc
tree3280314280385a9dfabce4f9d9dae5e376fc1265
parent3c765399524308ab36777a443ce77e19810a97d7
PCI: Inline the ATS setup code into pci_ats_init()

The ATS setup code in ats_alloc_one() is only used by pci_ats_init(), so
inline it there.  No functional change.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Joerg Roedel <jroedel@suse.de>
drivers/pci/ats.c