diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-10-24 14:22:35 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-10-24 14:22:35 +0000 |
commit | 0a2f3e21288e3f3f66b9795c012651464c14939e (patch) | |
tree | affa9bfce83b7763f11df3a41819d75e41676009 /sys/dev/isa | |
parent | 96dcd9b3e7ee2e5789b3a2c002b98984715e8c2e (diff) |
fix compilation for KGDB; looked by miod@.
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/com_isa.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/isa/com_isa.c b/sys/dev/isa/com_isa.c index d456baf214e..f1adf2e7790 100644 --- a/sys/dev/isa/com_isa.c +++ b/sys/dev/isa/com_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com_isa.c,v 1.3 2003/06/02 23:28:02 millert Exp $ */ +/* $OpenBSD: com_isa.c,v 1.4 2005/10/24 14:22:34 fgsch Exp $ */ /* * Copyright (c) 1997 - 1999, Jason Downs. All rights reserved. * @@ -72,11 +72,6 @@ #include <dev/isa/isavar.h> -#ifdef KGDB -extern int com_kgdb_addr; -static bus_space_handle_t com_kgdb_ioh; -#endif - int com_isa_probe(struct device *, void *, void *); void com_isa_attach(struct device *, struct device *, void *); |