PCI: export pci_claim_resource for driver use

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Wednesday, September 16, 2009 - 7:59 am

Gitweb:     http://git.kernel.org/linus/eaa959df299157e2640fcb3321537501b6afd9e6
Commit:     eaa959df299157e2640fcb3321537501b6afd9e6
Parent:     852710d9fd9f2e59fcec65cc701867db4e801bc7
Author:     Jesse Barnes <jbarnes@virtuousgeek.org>
AuthorDate: Tue Jun 30 21:45:44 2009 -0700
Committer:  Jesse Barnes <jbarnes@virtuousgeek.org>
CommitDate: Wed Sep 9 13:29:20 2009 -0700

    PCI: export pci_claim_resource for driver use
    
    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 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/pci/setup-res.c b/drivers/pci/setup-res.c
index 88cdd1a..706f82d 100644
--- a/drivers/pci/setup-res.c
+++ b/drivers/pci/setup-res.c
@@ -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)
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
PCI: export pci_claim_resource for driver use, Linux Kernel Mailing ..., (Wed Sep 16, 7:59 am)