aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hyperv.h
diff options
context:
space:
mode:
authorstephen hemminger <stephen@networkplumber.org>2017-08-16 08:56:24 -0700
committerDavid S. Miller <davem@davemloft.net>2017-08-16 16:27:45 -0700
commit9a603b8e1136f2b55f780fefbcbf84d31844ff2b (patch)
tree57580f3ac0b8fec4db25ead41601598c9ac62cbe /include/linux/hyperv.h
parenttcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6. (diff)
downloadlinux-dev-9a603b8e1136f2b55f780fefbcbf84d31844ff2b.tar.xz
linux-dev-9a603b8e1136f2b55f780fefbcbf84d31844ff2b.zip
vmbus: remove unused vmbus_sendpacket_multipagebuffer
This function is not used anywhere in current code. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r--include/linux/hyperv.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index b7d7bbec74e0..39a080ce17da 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -1052,12 +1052,6 @@ extern int vmbus_sendpacket_pagebuffer_ctl(struct vmbus_channel *channel,
u64 requestid,
u32 flags);
-extern int vmbus_sendpacket_multipagebuffer(struct vmbus_channel *channel,
- struct hv_multipage_buffer *mpb,
- void *buffer,
- u32 bufferlen,
- u64 requestid);
-
extern int vmbus_sendpacket_mpb_desc(struct vmbus_channel *channel,
struct vmbus_packet_mpb_array *mpb,
u32 desc_size,