vfio: make local function vfio_pci_intx_unmask_handler() static
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 25 Mar 2013 17:15:44 +0000 (11:15 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 25 Mar 2013 17:15:44 +0000 (11:15 -0600)
commit0bced2f7280cd12b66229ba55d05c62a4eef6cfd
tree0df7cde914a4da3d0d2590709c02188c945abce1
parentdad9f8972e04cd081a028d8fb1249d746d97fc03
vfio: make local function vfio_pci_intx_unmask_handler() static

vfio_pci_intx_unmask_handler() was not declared. It should be static.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/pci/vfio_pci_intrs.c