From 7672ca059a716f41cd64daef56493a75d661b166 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Sun, 22 Nov 2015 02:01:01 +0000 Subject: 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. --- sys/modules/cryptodev/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/cryptodev') diff --git a/sys/modules/cryptodev/Makefile b/sys/modules/cryptodev/Makefile index cc5ca1234e2d..a82517d5897c 100644 --- a/sys/modules/cryptodev/Makefile +++ b/sys/modules/cryptodev/Makefile @@ -3,6 +3,6 @@ .PATH: ${.CURDIR}/../../opencrypto KMOD = cryptodev SRCS = cryptodev.c -SRCS += bus_if.h device_if.h opt_compat.h opt_kdtrace.h +SRCS += bus_if.h device_if.h opt_compat.h .include -- cgit v1.3