summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux64
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/modules/linux64
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/modules/linux64')
-rw-r--r--sys/modules/linux64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux64/Makefile b/sys/modules/linux64/Makefile
index 1656323..3ee9985 100644
--- a/sys/modules/linux64/Makefile
+++ b/sys/modules/linux64/Makefile
@@ -10,7 +10,7 @@ SRCS= linux_fork.c linux_dummy.c linux_file.c linux_event.c \
linux_machdep.c linux_misc.c linux_signal.c \
linux_socket.c linux_stats.c linux_sysctl.c linux_sysent.c \
linux_sysvec.c linux_time.c linux_vdso.c linux_timer.c \
- opt_inet6.h opt_compat.h opt_kdtrace.h opt_posix.h opt_usb.h \
+ opt_inet6.h opt_compat.h opt_posix.h opt_usb.h \
vnode_if.h device_if.h bus_if.h assym.s \
linux_support.s
DPSRCS= linux_genassym.c
OpenPOWER on IntegriCloud