summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm/io/vhpet.c
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2015-04-30 22:23:22 +0000
committerneel <neel@FreeBSD.org>2015-04-30 22:23:22 +0000
commit9cbb7c919e9ddc777fc904968d3fcf5bd660116c (patch)
tree6d755df226ec4a7208dc6810c79125646aa3061d /sys/amd64/vmm/io/vhpet.c
parent3bda2891f8cdbb96150e67f363f0e26cbb6a5b9b (diff)
downloadFreeBSD-src-9cbb7c919e9ddc777fc904968d3fcf5bd660116c.zip
FreeBSD-src-9cbb7c919e9ddc777fc904968d3fcf5bd660116c.tar.gz
Don't require <sys/cpuset.h> to be always included before <machine/vmm.h>.
Only a subset of source files that include <machine/vmm.h> need to use the APIs that require the inclusion of <sys/cpuset.h>. MFC after: 1 week
Diffstat (limited to 'sys/amd64/vmm/io/vhpet.c')
-rw-r--r--sys/amd64/vmm/io/vhpet.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/vmm/io/vhpet.c b/sys/amd64/vmm/io/vhpet.c
index a4c96cd..1db1c51 100644
--- a/sys/amd64/vmm/io/vhpet.c
+++ b/sys/amd64/vmm/io/vhpet.c
@@ -36,7 +36,6 @@ __FBSDID("$FreeBSD$");
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/systm.h>
-#include <sys/cpuset.h>
#include <dev/acpica/acpi_hpet.h>
OpenPOWER on IntegriCloud