Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eaa959df authored by Jesse Barnes's avatar Jesse Barnes
Browse files

PCI: export pci_claim_resource for driver use



yenta needs this for example.

Acked-by: default avatarMatthew Wilcox <willy@linux.intel.com>
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent 852710d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ int pci_claim_resource(struct pci_dev *dev, int resource)

	return err;
}
EXPORT_SYMBOL(pci_claim_resource);

#ifdef CONFIG_PCI_QUIRKS
void pci_disable_bridge_window(struct pci_dev *dev)