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