summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/trap.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-08-19 16:41:27 +0000
committerjhb <jhb@FreeBSD.org>2010-08-19 16:41:27 +0000
commitd02cab25565d9a15e5b1e673f257dd3334ac8132 (patch)
treeabdf959b9761e7d93d2edd323f646b5302fde475 /sys/powerpc/aim/trap.c
parent2f662f7a9c32a8b51811121d5b8e9c807345962b (diff)
downloadFreeBSD-src-d02cab25565d9a15e5b1e673f257dd3334ac8132.zip
FreeBSD-src-d02cab25565d9a15e5b1e673f257dd3334ac8132.tar.gz
Remove unused KTRACE includes.
Diffstat (limited to 'sys/powerpc/aim/trap.c')
-rw-r--r--sys/powerpc/aim/trap.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/powerpc/aim/trap.c b/sys/powerpc/aim/trap.c
index df5c971..76df6dd 100644
--- a/sys/powerpc/aim/trap.c
+++ b/sys/powerpc/aim/trap.c
@@ -34,8 +34,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include "opt_ktrace.h"
-
#include <sys/param.h>
#include <sys/kdb.h>
#include <sys/proc.h>
@@ -50,9 +48,6 @@ __FBSDID("$FreeBSD$");
#include <sys/systm.h>
#include <sys/uio.h>
#include <sys/signalvar.h>
-#ifdef KTRACE
-#include <sys/ktrace.h>
-#endif
#include <sys/vmmeter.h>
#include <security/audit/audit.h>
OpenPOWER on IntegriCloud