mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
0a8fbf6472
commit
40e6bdaf1e
17 changed files with 0 additions and 30 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -29,8 +29,6 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "opt_global.h"
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@
|
|||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_platform.h"
|
||||
#include "opt_global.h"
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
|
|
|||
|
|
@ -33,8 +33,6 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "opt_global.h"
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
#ifdef _KERNEL
|
||||
|
||||
#ifdef LOCORE
|
||||
#include "opt_global.h"
|
||||
|
||||
#ifdef _ARM_ARCH_6
|
||||
#define GET_CURTHREAD_PTR(tmp) \
|
||||
|
|
|
|||
|
|
@ -29,8 +29,6 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "opt_global.h"
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
|
|
|
|||
|
|
@ -29,8 +29,6 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "opt_global.h"
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
|
|
|
|||
|
|
@ -29,8 +29,6 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "opt_global.h"
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_platform.h"
|
||||
#include "opt_global.h"
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -33,8 +33,6 @@
|
|||
* (v1.4) November 16, 2012. Xilinx doc UG585.
|
||||
*/
|
||||
|
||||
#include "opt_global.h"
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$");
|
|||
*/
|
||||
#include "opt_inet.h"
|
||||
#include "opt_inet6.h"
|
||||
#include "opt_global.h"
|
||||
|
||||
#include "opt_sctp.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "opt_global.h"
|
||||
#include "opt_pmap.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue