summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfkr <fkr@openbsd.org>2006-05-30 21:31:57 +0000
committerfkr <fkr@openbsd.org>2006-05-30 21:31:57 +0000
commit2e0a45609f71a43f2bc2bdeca4866c830e472a1a (patch)
treeae895267fc53e6570a7d11d71a87a7f7c7026512
parentDefine meaningful values for IPL_ levels, which directly map to the spl (diff)
downloadwireguard-openbsd-2e0a45609f71a43f2bc2bdeca4866c830e472a1a.tar.xz
wireguard-openbsd-2e0a45609f71a43f2bc2bdeca4866c830e472a1a.zip
remove dev/isa/isavar.h include, not needed anymore
ok miod
-rw-r--r--sys/dev/ic/com_subr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/com_subr.c b/sys/dev/ic/com_subr.c
index 7525347175a..a7036adf2ed 100644
--- a/sys/dev/ic/com_subr.c
+++ b/sys/dev/ic/com_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com_subr.c,v 1.5 2005/11/02 22:35:06 fgsch Exp $ */
+/* $OpenBSD: com_subr.c,v 1.6 2006/05/30 21:31:57 fkr Exp $ */
/*
* Copyright (c) 1997 - 1999, Jason Downs. All rights reserved.
@@ -92,7 +92,6 @@
#include <dev/ic/comvar.h>
#endif
#if NPCCOM > 0
-#include <dev/isa/isavar.h>
#include <i386/isa/pccomvar.h>
#endif