From ca0c4630a176c7be7f143ae9a296d9429a4d1170 Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Wed, 22 Sep 1999 06:46:08 +0000 Subject: [PATCH] Move the bktr Bt848/Bt878 driver to /sys/dev/bktr Phase 1) move the driver Phase 2) Phase 3) Profit, by splitting the driver into smaller files like bktr_tuner, bktr_card, bktr_audio, bktr_ making it easier to maintain and understand. --- sys/dev/bktr/bktr_core.c | 4 ++-- sys/dev/bktr/bktr_i2c.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/bktr/bktr_core.c b/sys/dev/bktr/bktr_core.c index 7a72b63e1b47..f0e0f1e7f9e6 100644 --- a/sys/dev/bktr/bktr_core.c +++ b/sys/dev/bktr/bktr_core.c @@ -546,10 +546,10 @@ They are unrelated to Revision Control numbering of FreeBSD or any other system. #include #include /* extensions to ioctl_meteor.h */ -#include +#include #if (NSMBUS > 0) -#include +#include #include #include #include "smbus_if.h" diff --git a/sys/dev/bktr/bktr_i2c.c b/sys/dev/bktr/bktr_i2c.c index 74d95e337afe..dc9e648a3b7f 100644 --- a/sys/dev/bktr/bktr_i2c.c +++ b/sys/dev/bktr/bktr_i2c.c @@ -55,9 +55,9 @@ #include #include #include /* extensions to ioctl_meteor.h */ -#include +#include -#include +#include #include #include