opt_global.h is included automatically in the build. No need to

explicitly include it in these places.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2014-11-18 17:06:56 +00:00
parent 0a8fbf6472
commit 40e6bdaf1e
17 changed files with 0 additions and 30 deletions

View file

@ -34,10 +34,6 @@ __FBSDID("$FreeBSD$");
#include <machine/cpufunc.h>
#include <machine/sysarch.h>
#ifdef _KERNEL
#include "opt_global.h"
#endif
/*
* Executing statements with interrupts disabled.
*/

View file

@ -29,8 +29,6 @@
* SUCH DAMAGE.
*/
#include "opt_global.h"
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

View file

@ -38,7 +38,6 @@
#include "opt_ddb.h"
#include "opt_platform.h"
#include "opt_global.h"
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

View file

@ -33,8 +33,6 @@
* SUCH DAMAGE.
*/
#include "opt_global.h"
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

View file

@ -34,7 +34,6 @@
#ifdef _KERNEL
#ifdef LOCORE
#include "opt_global.h"
#ifdef _ARM_ARCH_6
#define GET_CURTHREAD_PTR(tmp) \

View file

@ -29,8 +29,6 @@
* SUCH DAMAGE.
*/
#include "opt_global.h"
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

View file

@ -29,8 +29,6 @@
* SUCH DAMAGE.
*/
#include "opt_global.h"
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

View file

@ -29,8 +29,6 @@
* SUCH DAMAGE.
*/
#include "opt_global.h"
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

View file

@ -35,7 +35,6 @@
#include "opt_ddb.h"
#include "opt_platform.h"
#include "opt_global.h"
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

View file

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

View file

@ -33,8 +33,6 @@
* (v1.4) November 16, 2012. Xilinx doc UG585.
*/
#include "opt_global.h"
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

View file

@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$");
*/
#include "opt_inet.h"
#include "opt_inet6.h"
#include "opt_global.h"
#include "opt_sctp.h"

View file

@ -42,7 +42,6 @@
#include "opt_bootp.h"
#include "opt_compat.h"
#include "opt_nfsroot.h"
#include "opt_global.h"
#include "opt_pmap.h"
#include <sys/syscall.h>

View file

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

View file

@ -33,10 +33,6 @@ __FBSDID("$FreeBSD$");
#include <sys/stdatomic.h>
#include <sys/types.h>
#ifdef _KERNEL
#include "opt_global.h"
#endif
#if defined(__SYNC_ATOMICS)
/*

View file

@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$");
#include "opt_compat.h"
#include "opt_ddb.h"
#include "opt_global.h"
#include "opt_ktrace.h"
#include <sys/param.h>

View file

@ -13,7 +13,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_global.h"
#include "opt_pmap.h"
#include <sys/param.h>