summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2015-11-22 02:01:01 +0000
committermarkj <markj@FreeBSD.org>2015-11-22 02:01:01 +0000
commit3e47d7787e11a9c7ff46ef18a77c71ec4d2a6293 (patch)
tree4c85d6f5af70563000b28b7106f83909de2cb156 /sys/amd64
parentf29d44cb6a64914c816591136bfbb8ecbb3ad7c0 (diff)
downloadFreeBSD-src-3e47d7787e11a9c7ff46ef18a77c71ec4d2a6293.zip
FreeBSD-src-3e47d7787e11a9c7ff46ef18a77c71ec4d2a6293.tar.gz
Remove unneeded includes of opt_kdtrace.h.
As of r258541, KDTRACE_HOOKS is defined in opt_global.h, so opt_kdtrace.h is not needed when defining SDT(9) probes.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/linux/linux_dummy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/linux/linux_dummy.c b/sys/amd64/linux/linux_dummy.c
index 96cf8d9..7989b52 100644
--- a/sys/amd64/linux/linux_dummy.c
+++ b/sys/amd64/linux/linux_dummy.c
@@ -28,7 +28,6 @@
__FBSDID("$FreeBSD$");
#include "opt_compat.h"
-#include "opt_kdtrace.h"
#include <sys/param.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud