On Thu, 2013-03-21 at 15:45 +0800, Wei Yongjun wrote:
> From: Wei Yongjun <yongjun_...@trendmicro.com.cn>
> 
> vfio_pci_intx_unmask_handler() was not declared. It should be static.
> 
> Signed-off-by: Wei Yongjun <yongjun_...@trendmicro.com.cn>
> ---
>  drivers/vfio/pci/vfio_pci_intrs.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/vfio/pci/vfio_pci_intrs.c 
> b/drivers/vfio/pci/vfio_pci_intrs.c
> index a965091..865175e 100644
> --- a/drivers/vfio/pci/vfio_pci_intrs.c
> +++ b/drivers/vfio/pci/vfio_pci_intrs.c
> @@ -287,7 +287,8 @@ void vfio_pci_intx_mask(struct vfio_pci_device *vdev)
>   * a signal is necessary, which can then be handled via a work queue
>   * or directly depending on the caller.
>   */
> -int vfio_pci_intx_unmask_handler(struct vfio_pci_device *vdev, void *unused)
> +static int vfio_pci_intx_unmask_handler(struct vfio_pci_device *vdev,
> +                                     void *unused)
>  {
>       struct pci_dev *pdev = vdev->pdev;
>       unsigned long flags;
> 

Applied.  Thanks,

Alex

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to