Re: [PATCH v2 11/11] PCI: Remove pci_ats_enabled()

2015-07-27 Thread Joerg Roedel
On Mon, Jul 20, 2015 at 07:15:19PM -0500, Bjorn Helgaas wrote: > Remove pci_ats_enabled(). There are no callers outside the ATS code > itself. We don't need to check ats_cap, because if we don't find an ATS > capability, we'll never set ats_enabled. > > Signed-off-by: Bjorn Helgaas > --- > dri

[PATCH v2 11/11] PCI: Remove pci_ats_enabled()

2015-07-20 Thread Bjorn Helgaas
Remove pci_ats_enabled(). There are no callers outside the ATS code itself. We don't need to check ats_cap, because if we don't find an ATS capability, we'll never set ats_enabled. Signed-off-by: Bjorn Helgaas --- drivers/pci/ats.c |6 +++--- include/linux/pci.h |2 -- 2 files change