mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Hyper-V: remove unused alloc_pcpu_ptr()
Fixes:2b887687edSponsored by: Microsoft (cherry picked from commitfd911ae609)
This commit is contained in:
parent
7ece5993b7
commit
3c1f330088
1 changed files with 0 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue