diff options
author | Felix Kronlage <fkr@cvs.openbsd.org> | 2006-05-28 16:49:47 +0000 |
---|---|---|
committer | Felix Kronlage <fkr@cvs.openbsd.org> | 2006-05-28 16:49:47 +0000 |
commit | b1b3c293936431a353f9c6e9a985833d3827a08b (patch) | |
tree | 617f73df71ac6c68421a927a20e344a05313ae2e /sys | |
parent | daa4253b4783f0991070a9306ad662d85a2ddea2 (diff) |
remove the dev/isa/isavar.h include, as it is not needed
ok miod@, martin@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/cardbus/com_cardbus.c | 4 | ||||
-rw-r--r-- | sys/dev/pcmcia/com_pcmcia.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/cardbus/com_cardbus.c b/sys/dev/cardbus/com_cardbus.c index 45c951c0ea5..9fa87d3fd14 100644 --- a/sys/dev/cardbus/com_cardbus.c +++ b/sys/dev/cardbus/com_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com_cardbus.c,v 1.20 2006/05/28 01:09:25 fkr Exp $ */ +/* $OpenBSD: com_cardbus.c,v 1.21 2006/05/28 16:49:46 fkr Exp $ */ /* $NetBSD: com_cardbus.c,v 1.4 2000/04/17 09:21:59 joda Exp $ */ /* @@ -56,8 +56,6 @@ #include <dev/pcmcia/pcmciareg.h> -#include <dev/isa/isavar.h> - #include "com.h" #ifdef i386 #include "pccom.h" diff --git a/sys/dev/pcmcia/com_pcmcia.c b/sys/dev/pcmcia/com_pcmcia.c index e5a9f82acf4..5337269bc36 100644 --- a/sys/dev/pcmcia/com_pcmcia.c +++ b/sys/dev/pcmcia/com_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com_pcmcia.c,v 1.45 2006/04/20 20:31:13 miod Exp $ */ +/* $OpenBSD: com_pcmcia.c,v 1.46 2006/05/28 16:49:46 fkr Exp $ */ /* $NetBSD: com_pcmcia.c,v 1.15 1998/08/22 17:47:58 msaitoh Exp $ */ /* @@ -124,7 +124,6 @@ #include <dev/ic/comreg.h> #if NPCCOM > 0 -#include <dev/isa/isavar.h> #include <i386/isa/pccomvar.h> #endif #if NCOM > 0 |