Re: [PATCH] vfio: mdev: make a couple of functions and structure vfio_mdev_driver static

From: Alex Williamson
Date: Tue Jan 16 2018 - 13:37:08 EST


On Fri, 22 Dec 2017 07:12:26 +0800
Xiongwei Song <sxwjean@xxxxxxxxx> wrote:

> The functions vfio_mdev_probe, vfio_mdev_remove and the structure
> vfio_mdev_driver are only used in this file, so make them static.
>
> Clean up sparse warnings:
> drivers/vfio/mdev/vfio_mdev.c:114:5: warning: no previous prototype
> for 'vfio_mdev_probe' [-Wmissing-prototypes]
> drivers/vfio/mdev/vfio_mdev.c:121:6: warning: no previous prototype
> for 'vfio_mdev_remove' [-Wmissing-prototypes]
>
> Signed-off-by: Xiongwei Song <sxwjean@xxxxxxxxx>
> ---
> drivers/vfio/mdev/vfio_mdev.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

Applied to next branch with reviewed-bys for v4.16. Thanks,

Alex