summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>1999-10-15 13:35:55 +0000
committerroger <roger@FreeBSD.org>1999-10-15 13:35:55 +0000
commit8877cb626e29c766f8ed11807d47872eba475340 (patch)
tree00490266188abcf9c04541aaa288bc8a824f0e20 /sys/dev/bktr
parentdcf50e139ac510331f0999faa6ef449309749881 (diff)
downloadFreeBSD-src-8877cb626e29c766f8ed11807d47872eba475340.zip
FreeBSD-src-8877cb626e29c766f8ed11807d47872eba475340.tar.gz
Include opt_bktr.
Without it the kernel config options, like OVERRIDE_TUNER, where not getting passed to the driver. Bug noticed by: Marc Fonvieille <fonvi@club-internet.fr>
Diffstat (limited to 'sys/dev/bktr')
-rw-r--r--sys/dev/bktr/bktr_card.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/bktr/bktr_card.c b/sys/dev/bktr/bktr_card.c
index e0c4042..e3c570e 100644
--- a/sys/dev/bktr/bktr_card.c
+++ b/sys/dev/bktr/bktr_card.c
@@ -47,6 +47,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include "opt_bktr.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/vnode.h>
OpenPOWER on IntegriCloud