aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_mutex.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-11-18 17:06:56 +0000
committerWarner Losh <imp@FreeBSD.org>2014-11-18 17:06:56 +0000
commit40e6bdaf1e0d36bd27eb2e9a4b57f65c8b24adc3 (patch)
tree960c43a979cde55d9911832483cd32cae5cb4a31 /sys/kern/kern_mutex.c
parent0a8fbf6472819b0b4098237b7e23cea4d595ff0f (diff)
downloadsrc-40e6bdaf1e0d36bd27eb2e9a4b57f65c8b24adc3.tar.gz
src-40e6bdaf1e0d36bd27eb2e9a4b57f65c8b24adc3.zip
opt_global.h is included automatically in the build. No need to
explicitly include it in these places. Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=274668
Diffstat (limited to 'sys/kern/kern_mutex.c')
-rw-r--r--sys/kern/kern_mutex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c
index 467ae1cf5cfb..d9849081396e 100644
--- a/sys/kern/kern_mutex.c
+++ b/sys/kern/kern_mutex.c
@@ -38,7 +38,6 @@ __FBSDID("$FreeBSD$");
#include "opt_adaptive_mutexes.h"
#include "opt_ddb.h"
-#include "opt_global.h"
#include "opt_hwpmc_hooks.h"
#include "opt_sched.h"