Hyper-V: remove unused alloc_pcpu_ptr()

Fixes:		2b887687ed
Sponsored by:	Microsoft

(cherry picked from commit fd911ae609)
This commit is contained in:
Wei Hu 2024-06-10 12:33:46 +00:00
parent 7ece5993b7
commit 3c1f330088

View file

@ -140,7 +140,6 @@ static void vmbus_event_proc_dummy(struct vmbus_softc *,
static bus_dma_tag_t vmbus_get_dma_tag(device_t parent, device_t child);
static struct vmbus_softc *vmbus_sc;
static void free_pcpu_ptr(void);
static void alloc_pcpu_ptr(void);
SYSCTL_NODE(_hw, OID_AUTO, vmbus, CTLFLAG_RD | CTLFLAG_MPSAFE, NULL,
"Hyper-V vmbus");