aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2016-05-19 04:45:50 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2016-05-19 04:45:50 +0000
commitd06fe9105e6e7f5ac5576bcc5213dfabaed6a2a2 (patch)
treea069f3979766a438c30e0ad05fa4deab5475fd62 /sys/gnu
parenta5d89c93cc9be7a1100b7744bd8ad09206eed516 (diff)
Notes
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c3
-rw-r--r--sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c2
-rw-r--r--sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c3
-rw-r--r--sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c3
-rw-r--r--sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c3
-rw-r--r--sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c3
6 files changed, 17 insertions, 0 deletions
diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c
index 36b78238c50b..3f4421443af4 100644
--- a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c
+++ b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c
@@ -31,6 +31,9 @@ __FBSDID("$FreeBSD$");
* The Broadcom Wireless LAN controller driver.
*/
+#include "opt_wlan.h"
+#include "opt_bwn.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c
index c2bc17c4a241..5545031656fe 100644
--- a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c
+++ b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c
@@ -29,6 +29,8 @@ __FBSDID("$FreeBSD$");
/*
* The Broadcom Wireless LAN controller driver.
*/
+#include "opt_wlan.h"
+#include "opt_bwn.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c
index ba794313bb7e..883989b588c3 100644
--- a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c
+++ b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c
@@ -30,6 +30,9 @@ __FBSDID("$FreeBSD$");
* The Broadcom Wireless LAN controller driver.
*/
+#include "opt_wlan.h"
+#include "opt_bwn.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c b/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c
index ed85304b7abb..f22ed1a3d70c 100644
--- a/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c
+++ b/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c
@@ -30,6 +30,9 @@ __FBSDID("$FreeBSD$");
* The Broadcom Wireless LAN controller driver.
*/
+#include "opt_wlan.h"
+#include "opt_bwn.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c b/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c
index f3b9c572455f..cbb6d9191dca 100644
--- a/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c
+++ b/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c
@@ -31,6 +31,9 @@ __FBSDID("$FreeBSD$");
* The Broadcom Wireless LAN controller driver.
*/
+#include "opt_wlan.h"
+#include "opt_bwn.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c b/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c
index 9b7076cc4a6f..f22551cadb0d 100644
--- a/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c
+++ b/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c
@@ -31,6 +31,9 @@ __FBSDID("$FreeBSD$");
* The Broadcom Wireless LAN controller driver.
*/
+#include "opt_wlan.h"
+#include "opt_bwn.h'
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>