From dea6f3fbb6c8e9c88acf39a6327fc0a47c3ef907 Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Fri, 15 Oct 1999 13:35:55 +0000 Subject: [PATCH] Include opt_bktr. Without it the kernel config options, like OVERRIDE_TUNER, where not getting passed to the driver. Bug noticed by: Marc Fonvieille --- sys/dev/bktr/bktr_card.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/bktr/bktr_card.c b/sys/dev/bktr/bktr_card.c index e0c404275c48..e3c570ef62cc 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 #include #include