aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/hyperv.h
diff options
context:
space:
mode:
authorMichael Kelley <mhklinux@outlook.com>2025-05-12 17:06:04 -0700
committerJakub Kicinski <kuba@kernel.org>2025-05-14 19:45:24 -0700
commit45a442fe369e6c4e0b4aa9f63b31c3f2f9e2090e (patch)
tree86a1f4244381a83226958e9cf75d4bf95895b552 /include/linux/hyperv.h
parenthv_netvsc: Remove rmsg_pgcnt (diff)
downloadwireguard-linux-45a442fe369e6c4e0b4aa9f63b31c3f2f9e2090e.tar.xz
wireguard-linux-45a442fe369e6c4e0b4aa9f63b31c3f2f9e2090e.zip
Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer()
With the netvsc driver changed to use vmbus_sendpacket_mpb_desc() instead of vmbus_sendpacket_pagebuffer(), the latter has no remaining callers. Remove it. Cc: <stable@vger.kernel.org> # 6.1.x Signed-off-by: Michael Kelley <mhklinux@outlook.com> Link: https://patch.msgid.link/20250513000604.1396-6-mhklinux@outlook.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to '')
-rw-r--r--include/linux/hyperv.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index 675959fb97ba..ea806cef4a0d 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -1161,13 +1161,6 @@ extern int vmbus_sendpacket(struct vmbus_channel *channel,
enum vmbus_packet_type type,
u32 flags);
-extern int vmbus_sendpacket_pagebuffer(struct vmbus_channel *channel,
- struct hv_page_buffer pagebuffers[],
- u32 pagecount,
- 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,