summaryrefslogtreecommitdiff
path: root/sys/pci/bt848_i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/bt848_i2c.c')
-rw-r--r--sys/pci/bt848_i2c.c11
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