From ab1f00b9605da4ce772b6a8ef91073e95f96d716 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 3 Sep 2000 05:54:40 +0000 Subject: [PATCH] Replace previous change by a move of a #include since something else #includes "smbus.h". There is still some bogus (but harmless) stuff here surrounding the #include includes here and elsewhere in the bktr code. --- sys/dev/bktr/bktr_os.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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