summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio/sio.c
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1997-11-20 15:48:41 +0000
committernate <nate@FreeBSD.org>1997-11-20 15:48:41 +0000
commit35689e7efe73ae768709b49e69f05a654e80b583 (patch)
treea55a79537b3534f130feb5811739323f56f77ecf /sys/dev/sio/sio.c
parentea4fadd3114a6a93d5e0d33154dc3e7081b31833 (diff)
downloadFreeBSD-src-35689e7efe73ae768709b49e69f05a654e80b583.zip
FreeBSD-src-35689e7efe73ae768709b49e69f05a654e80b583.tar.gz
- Renamed <pccard/card.h> -> <pccard/cardinfo.h>.
Forgotten by: me Reminded by: Bruce
Diffstat (limited to 'sys/dev/sio/sio.c')
-rw-r--r--sys/dev/sio/sio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index e531c2d..5d5c26e 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.187 1997/10/26 21:08:42 nate Exp $
+ * $Id: sio.c,v 1.188 1997/11/02 21:26:14 nate Exp $
*/
#include "opt_comconsole.h"
@@ -89,7 +89,7 @@
#include "card.h"
#if NCARD > 0
-#include <pccard/card.h>
+#include <pccard/cardinfo.h>
#include <pccard/driver.h>
#include <pccard/slot.h>
#endif
OpenPOWER on IntegriCloud