summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-01-16 05:07:32 +0000
committeradrian <adrian@FreeBSD.org>2012-01-16 05:07:32 +0000
commit5e86568189fa19ce90f0ada6103e80de506a8934 (patch)
tree868c1df2bee3273080eb9b93dc638d826b5c0f7b /sys/mips
parent048374848083ea70c8db1b41fbf306b92d637424 (diff)
downloadFreeBSD-src-5e86568189fa19ce90f0ada6103e80de506a8934.zip
FreeBSD-src-5e86568189fa19ce90f0ada6103e80de506a8934.tar.gz
Stop overloading opt_global.h.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/atheros/ar71xx_machdep.c1
-rw-r--r--sys/mips/atheros/ar71xx_pci.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/mips/atheros/ar71xx_machdep.c b/sys/mips/atheros/ar71xx_machdep.c
index bcb5807..e9f7c2d 100644
--- a/sys/mips/atheros/ar71xx_machdep.c
+++ b/sys/mips/atheros/ar71xx_machdep.c
@@ -28,6 +28,7 @@
__FBSDID("$FreeBSD$");
#include "opt_ddb.h"
+#include "opt_ar71xx.h"
#include <sys/param.h>
#include <sys/conf.h>
diff --git a/sys/mips/atheros/ar71xx_pci.c b/sys/mips/atheros/ar71xx_pci.c
index 9e52548..d7f7715 100644
--- a/sys/mips/atheros/ar71xx_pci.c
+++ b/sys/mips/atheros/ar71xx_pci.c
@@ -28,6 +28,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include "opt_ar71xx.h"
+
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud