opt_kdtrace.h is not needed for SDT probes as of r258541.

This commit is contained in:
Mark Johnston 2016-05-15 20:04:43 +00:00
parent 792492eee3
commit 565e7fd3bc
4 changed files with 1 additions and 5 deletions

View File

@ -28,8 +28,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_kdtrace.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>

View File

@ -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

View File

@ -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
#

View File

@ -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 <sys/param.h>