Loading drivers/pci/ats.c +1 −6 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ #include "pci.h" static void ats_alloc_one(struct pci_dev *dev) void pci_ats_init(struct pci_dev *dev) { int pos; u16 cap; Loading @@ -32,11 +32,6 @@ static void ats_alloc_one(struct pci_dev *dev) PCI_ATS_MAX_QDEP; } void pci_ats_init(struct pci_dev *dev) { ats_alloc_one(dev); } /** * pci_enable_ats - enable the ATS capability * @dev: the PCI device Loading Loading
drivers/pci/ats.c +1 −6 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ #include "pci.h" static void ats_alloc_one(struct pci_dev *dev) void pci_ats_init(struct pci_dev *dev) { int pos; u16 cap; Loading @@ -32,11 +32,6 @@ static void ats_alloc_one(struct pci_dev *dev) PCI_ATS_MAX_QDEP; } void pci_ats_init(struct pci_dev *dev) { ats_alloc_one(dev); } /** * pci_enable_ats - enable the ATS capability * @dev: the PCI device Loading