]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PCI: hv: Make unnecessarily global IRQ masking functions static
authorTobias Klauser <tklauser@distanz.ch>
Mon, 31 Oct 2016 11:04:09 +0000 (12:04 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 31 Oct 2016 18:22:42 +0000 (13:22 -0500)
commit542ccf4551fa019a8ae9dfb7c8cd7e73a3d7e614
tree0d5a9ae7fa829b5dafabb6b8ecee9148b0794a33
parent1001354ca34179f3db924eb66672442a173147dc
PCI: hv: Make unnecessarily global IRQ masking functions static

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 <tklauser@distanz.ch>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: K. Y. Srinivasan <kys@microsoft.com>
drivers/pci/host/pci-hyperv.c