From 6a382b9860078dbec7bdcce7d23f8e2d5db97cba Mon Sep 17 00:00:00 2001 From: Liu Xiaodong Date: Mon, 28 Oct 2019 02:23:04 -0400 Subject: [PATCH] vhost: delete vhost_put_poll_group declaration Function vhost_put_poll_group is already removed. There is no implementation for vhost_put_poll_group, so delete its declaration. Change-Id: Ib4766fca93329c4f4faab48857d1ac2eaa268300 Signed-off-by: Liu Xiaodong Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/472513 Tested-by: SPDK CI Jenkins Reviewed-by: Shuhei Matsumoto Reviewed-by: Jim Harris Reviewed-by: Ben Walker --- lib/vhost/vhost_internal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vhost/vhost_internal.h b/lib/vhost/vhost_internal.h index 32011e086..e1681a95f 100644 --- a/lib/vhost/vhost_internal.h +++ b/lib/vhost/vhost_internal.h @@ -388,7 +388,6 @@ void vhost_session_install_rte_compat_hooks(struct spdk_vhost_session *vsession) void vhost_dev_install_rte_compat_hooks(struct spdk_vhost_dev *vdev); struct vhost_poll_group *vhost_get_poll_group(struct spdk_cpuset *cpumask); -void vhost_put_poll_group(struct vhost_poll_group *pg); int remove_vhost_controller(struct spdk_vhost_dev *vdev);