vmm: Add an include to vmm_ktr.h for vm_name()
Required when KTR is configured.
Remove the pcpu.h include while here, as it seems to be unneeded.
Reported by: Jenkins
Fixes: 5f13d6b607 ("vmm: Move common accessors and vm_eventinfo into sys/dev/vmm")
This commit is contained in:
@@ -30,7 +30,9 @@
|
||||
#define _VMM_KTR_H_
|
||||
|
||||
#include <sys/ktr.h>
|
||||
#include <sys/pcpu.h>
|
||||
#ifdef KTR
|
||||
#include <dev/vmm/vmm_vm.h>
|
||||
#endif
|
||||
|
||||
#ifndef KTR_VMM
|
||||
#define KTR_VMM KTR_GEN
|
||||
|
||||
Reference in New Issue
Block a user