From 9b4aea27e569dab2275cf27f6e41b39ac65a23c3 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 31 Jan 2001 10:54:45 +0000 Subject: Remove count for NSIO. The only places it was used it were incorrect. (alpha-gdbstub.c got sync'ed up a bit with the i386 version) --- sys/dev/sio/sio.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/sio/sio.c') diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 3a2de51..332ce49 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -41,7 +41,6 @@ #include "opt_sio.h" #include "card.h" #include "pci.h" -#include "sio.h" /* * Serial driver, based on 386BSD-0.1 com driver. -- cgit v1.1