Re: [PATCH] PCI: hv: Make unnecessarily global IRQ masking functions static

2016-10-31 Thread Bjorn Helgaas
On Mon, Oct 31, 2016 at 12:04:09PM +0100, Tobias Klauser wrote: > Make hv_irq_mask and hv_irq_unmask static as they are only used in > pci-hyperv.c > > This fixes a sparse warning. > > Signed-off-by: Tobias Klauser Applied with KY's ack to pci/host-hv for v4.10, thanks! > --- > drivers/pci/ho

RE: [PATCH] PCI: hv: Make unnecessarily global IRQ masking functions static

2016-10-31 Thread KY Srinivasan
> -Original Message- > From: Tobias Klauser [mailto:tklau...@distanz.ch] > Sent: Monday, October 31, 2016 4:04 AM > To: KY Srinivasan ; Haiyang Zhang > > Cc: Bjorn Helgaas ; de...@linuxdriverproject.org; > linux-...@vger.kernel.org > Subject: [PATCH] PCI: hv: M

[PATCH] PCI: hv: Make unnecessarily global IRQ masking functions static

2016-10-31 Thread Tobias Klauser
Make hv_irq_mask and hv_irq_unmask static as they are only used in pci-hyperv.c This fixes a sparse warning. Signed-off-by: Tobias Klauser --- drivers/pci/host/pci-hyperv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/pci/host/pci-hyperv.c b/drivers/pci/host/p