Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1470149
| From | Bjorn Helgaas <helgaas@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] PCI: Export pci_enable_ptm |
| Date | 2016-08-25 15:40 +0200 |
| Message-ID | <sa32W-1xi-13@gated-at.bofh.it> (permalink) |
| References | <s9VoK-57C-19@gated-at.bofh.it> <s9VoK-57C-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Aug 25, 2016 at 03:41:35AM +0000, Yong, Jonathan wrote: > Export symbol so device drivers outside of the core pci subsystem > can use it. > > Signed-off-by: Yong, Jonathan <jonathan.yong@intel.com> > --- > drivers/pci/pcie/ptm.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/pci/pcie/ptm.c b/drivers/pci/pcie/ptm.c > index 3b83024..bab8ac6 100644 > --- a/drivers/pci/pcie/ptm.c > +++ b/drivers/pci/pcie/ptm.c > @@ -139,3 +139,4 @@ int pci_enable_ptm(struct pci_dev *dev, u8 *granularity) > *granularity = dev->ptm_granularity; > return 0; > } > +EXPORT_SYMBOL(pci_enable_ptm); I just folded this into the original patch on the pci/ptm branch, since it hasn't been merged anywhere. Thanks!
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] PCI: Export pci_enable_ptm "Yong, Jonathan" <jonathan.yong@intel.com> - 2016-08-25 07:30 +0200 Re: [PATCH] PCI: Export pci_enable_ptm Bjorn Helgaas <helgaas@kernel.org> - 2016-08-25 15:40 +0200
csiph-web