From 8877cb626e29c766f8ed11807d47872eba475340 Mon Sep 17 00:00:00 2001 From: roger Date: Fri, 15 Oct 1999 13:35:55 +0000 Subject: 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(+) (limited to 'sys/dev/bktr') 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 #include #include -- cgit v1.1