提交 eaa959df 编写于 作者: J Jesse Barnes

PCI: export pci_claim_resource for driver use

yenta needs this for example.
Acked-by: NMatthew Wilcox <willy@linux.intel.com>
Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
上级 852710d9
...@@ -119,6 +119,7 @@ int pci_claim_resource(struct pci_dev *dev, int resource) ...@@ -119,6 +119,7 @@ int pci_claim_resource(struct pci_dev *dev, int resource)
return err; return err;
} }
EXPORT_SYMBOL(pci_claim_resource);
#ifdef CONFIG_PCI_QUIRKS #ifdef CONFIG_PCI_QUIRKS
void pci_disable_bridge_window(struct pci_dev *dev) void pci_disable_bridge_window(struct pci_dev *dev)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册