diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-08 14:36:11 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-08 14:36:11 +0000 |
commit | 491bb53ae4e146b2682e22062a1ebf5064292f94 (patch) | |
tree | a9645db4291bbbc72840bbe42ba5a10b5cfe1167 /sys/arch/luna88k/dev | |
parent | c73c0e01b2fc454406e0c3138cb97706813c4876 (diff) |
Replace gazillions of badvaddr() or badwordaddr() calls with badaddr() calls.
With a few prototype declarations shuffling, this finally allows
<machine/locore.h> to die.
Diffstat (limited to 'sys/arch/luna88k/dev')
-rw-r--r-- | sys/arch/luna88k/dev/sio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/luna88k/dev/sio.c b/sys/arch/luna88k/dev/sio.c index 08284263bfe..81a893fb4ed 100644 --- a/sys/arch/luna88k/dev/sio.c +++ b/sys/arch/luna88k/dev/sio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sio.c,v 1.2 2004/07/27 12:36:32 miod Exp $ */ +/* $OpenBSD: sio.c,v 1.3 2006/05/08 14:36:08 miod Exp $ */ /* $NetBSD: sio.c,v 1.1 2000/01/05 08:48:55 nisimura Exp $ */ /*- @@ -45,7 +45,6 @@ #include <machine/cpu.h> #include <machine/autoconf.h> -#include <machine/locore.h> /* badaddr() */ #include <luna88k/luna88k/isr.h> #include <luna88k/dev/siovar.h> |