PCI: export pci_claim_resource for driver use
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 1 Jul 2009 04:45:44 +0000 (21:45 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 9 Sep 2009 20:29:20 +0000 (13:29 -0700)
yenta needs this for example.

Acked-by: Matthew Wilcox <willy@linux.intel.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/setup-res.c

index 88cdd1a937d6bd3a91180690d9f4e60df92201f8..706f82d8111fe621f8ad163f43cc417a1a743fba 100644 (file)
@@ -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)
This page took 0.039762 seconds and 5 git commands to generate.