vmbus: drop no longer used kick_q argument
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 6 Feb 2017 00:20:32 +0000 (17:20 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Feb 2017 14:44:15 +0000 (15:44 +0100)
commitb103a56f80878b4370522ec26017fcadd526f5ad
treeaff64a1dc074cee812ed099c3485e677ac08eafe
parent5c1bec61fdfcd056df909a712e2a86bbaeb0f942
vmbus: drop no longer used kick_q argument

The flag to cause notification of host is unused after
commit a01a291a282f7c2e ("Drivers: hv: vmbus: Base host signaling
strictly on the ring state"). Therefore remove it from the ring
buffer internal API.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/channel.c
drivers/hv/hyperv_vmbus.h
drivers/hv/ring_buffer.c