Commit 6a382b98 authored by Liu Xiaodong's avatar Liu Xiaodong Committed by Tomasz Zawadzki
Browse files

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: default avatarLiu Xiaodong <xiaodong.liu@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/472513


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
parent 03c71d37
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);