Make this compile again after the cs8900 driver changes.

This commit is contained in:
thorpej 2001-11-28 19:32:07 +00:00
parent 134596bbcd
commit 818da5433c
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_cs_ofisa_machdep.c,v 1.2 1998/08/17 20:38:08 thorpej Exp $ */
/* $NetBSD: if_cs_ofisa_machdep.c,v 1.3 2001/11/28 19:32:07 thorpej Exp $ */
/*
* Copyright 1998
@ -54,8 +54,8 @@
#include <dev/isa/isavar.h>
#include <dev/ofisa/ofisavar.h>
#include <dev/isa/cs89x0reg.h>
#include <dev/isa/cs89x0var.h>
#include <dev/ic/cs89x0reg.h>
#include <dev/ic/cs89x0var.h>
#ifdef COMPAT_OLD_OFW