diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
commit | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (patch) | |
tree | 3c937e1c39e039ed95d3b8ead3defc46cf60cc04 /sys/pci/bt848_i2c.c | |
parent | a21d905bae94bc358756957b1c26e2ec3f487e82 (diff) |
Notes
Diffstat (limited to 'sys/pci/bt848_i2c.c')
-rw-r--r-- | sys/pci/bt848_i2c.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sys/pci/bt848_i2c.c b/sys/pci/bt848_i2c.c index 47cc1d25f091..176d069a837f 100644 --- a/sys/pci/bt848_i2c.c +++ b/sys/pci/bt848_i2c.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bt848_i2c.c,v 1.2.2.1 1999/05/15 12:25:33 roger Exp $ + * $Id: bt848_i2c.c,v 1.1 1998/10/31 11:26:38 nsouch Exp $ * */ @@ -33,12 +33,6 @@ * From brooktree848.c <fsmp@freefall.org> */ -#include "pci.h" -#include "bktr.h" -#include "smbus.h" - -#if (NBKTR > 0 && NPCI > 0 && NSMBUS > 0) - #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> @@ -67,7 +61,10 @@ #include "iicbb_if.h" #include "smbus_if.h" +#include "pci.h" +#include "bktr.h" +#if (NBKTR > 0 && NPCI > 0) #define I2C_DELAY 40 |