diff --git a/sys/dev/bktr/bktr_os.c b/sys/dev/bktr/bktr_os.c index 5697f462777..eecc94903d1 100644 --- a/sys/dev/bktr/bktr_os.c +++ b/sys/dev/bktr/bktr_os.c @@ -50,7 +50,6 @@ #ifdef __FreeBSD__ #include "bktr.h" -#include "smbus.h" #endif /* __FreeBSD__ */ #include "opt_bktr.h" /* include any kernel config options */ @@ -100,10 +99,6 @@ #include #include -#if (NSMBUS > 0) -#include -#endif - #include int bt848_card = -1; int bt848_tuner = -1; @@ -189,6 +184,9 @@ int bktr_debug = 0; #include #include #include +#if (NSMBUS > 0) +#include +#endif #endif