Re: [PATCH] PCI: Export pci_enable_ptm

2016-08-25 Thread Bjorn Helgaas
On Thu, Aug 25, 2016 at 03:41:35AM +, Yong, Jonathan wrote: > Export symbol so device drivers outside of the core pci subsystem > can use it. > > Signed-off-by: Yong, Jonathan > --- > drivers/pci/pcie/ptm.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/pci/pcie/ptm.c b/dr

[PATCH] PCI: Export pci_enable_ptm

2016-08-24 Thread Yong, Jonathan
Export symbol so device drivers outside of the core pci subsystem can use it. Signed-off-by: Yong, Jonathan --- 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 ++