diff options
author | markj <markj@FreeBSD.org> | 2015-11-22 02:01:01 +0000 |
---|---|---|
committer | markj <markj@FreeBSD.org> | 2015-11-22 02:01:01 +0000 |
commit | 3e47d7787e11a9c7ff46ef18a77c71ec4d2a6293 (patch) | |
tree | 4c85d6f5af70563000b28b7106f83909de2cb156 /sys/modules/linux64 | |
parent | f29d44cb6a64914c816591136bfbb8ecbb3ad7c0 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |