From 565e7fd3bc4cc8136a8ecfb3138453be215e12e5 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Sun, 15 May 2016 20:04:43 +0000 Subject: [PATCH] opt_kdtrace.h is not needed for SDT probes as of r258541. --- sys/cam/scsi/scsi_pass.c | 2 -- sys/modules/cam/Makefile | 1 - sys/modules/tcp/fastpath/Makefile | 2 +- sys/netinet/tcp_stacks/fastpath.c | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/cam/scsi/scsi_pass.c b/sys/cam/scsi/scsi_pass.c index 66d5c52c63c..d7fa73b9fc6 100644 --- a/sys/cam/scsi/scsi_pass.c +++ b/sys/cam/scsi/scsi_pass.c @@ -28,8 +28,6 @@ #include __FBSDID("$FreeBSD$"); -#include "opt_kdtrace.h" - #include #include #include diff --git a/sys/modules/cam/Makefile b/sys/modules/cam/Makefile index 603f0555882..e9fd47fe745 100644 --- a/sys/modules/cam/Makefile +++ b/sys/modules/cam/Makefile @@ -11,7 +11,6 @@ SRCS= opt_cam.h SRCS+= opt_ada.h SRCS+= opt_scsi.h SRCS+= opt_cd.h -SRCS+= opt_kdtrace.h SRCS+= opt_pt.h SRCS+= opt_sa.h SRCS+= opt_ses.h diff --git a/sys/modules/tcp/fastpath/Makefile b/sys/modules/tcp/fastpath/Makefile index a6be6a6e267..d9a6587a04a 100644 --- a/sys/modules/tcp/fastpath/Makefile +++ b/sys/modules/tcp/fastpath/Makefile @@ -7,7 +7,7 @@ KMOD= fastpath SRCS= fastpath.c -SRCS+= opt_ipfw.h opt_inet.h opt_inet6.h opt_ipsec.h opt_kdtrace.h +SRCS+= opt_ipfw.h opt_inet.h opt_inet6.h opt_ipsec.h SRCS+= opt_tcpdebug.h # diff --git a/sys/netinet/tcp_stacks/fastpath.c b/sys/netinet/tcp_stacks/fastpath.c index 83547ebba33..e7807bd15cd 100644 --- a/sys/netinet/tcp_stacks/fastpath.c +++ b/sys/netinet/tcp_stacks/fastpath.c @@ -58,7 +58,6 @@ __FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" -#include "opt_kdtrace.h" #include "opt_tcpdebug.h" #include