diff options
author | 2002-02-16 02:40:12 +0000 | |
---|---|---|
committer | 2002-02-16 02:40:12 +0000 | |
commit | f5ebe323bb23441efb44c88b905e27009b670827 (patch) | |
tree | 12ef6f1d092e5e15b67a5d2aecd5324881781f48 | |
parent | need ca_pdc_iodc_read from some devices to got their params (diff) | |
download | wireguard-openbsd-f5ebe323bb23441efb44c88b905e27009b670827.tar.xz wireguard-openbsd-f5ebe323bb23441efb44c88b905e27009b670827.zip |
remove bogus DCIAS (used to be used for scsi driver
-rw-r--r-- | sys/arch/hppa/include/bus.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/bus.h b/sys/arch/hppa/include/bus.h index f965c60e552..5472a140b32 100644 --- a/sys/arch/hppa/include/bus.h +++ b/sys/arch/hppa/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.15 2002/02/16 02:21:56 mickey Exp $ */ +/* $OpenBSD: bus.h,v 1.16 2002/02/16 02:40:12 mickey Exp $ */ /* * Copyright (c) 1998,1999 Michael Shalayeff @@ -167,7 +167,6 @@ typedef const struct hppa_bus_space_tag *bus_space_tag_t; extern const struct hppa_bus_space_tag hppa_bustag; /* bus access routines */ -#define DCIAS(pa) ((void)(pa)) #define bus_space_map(t,a,c,ca,hp) \ (((t)->hbt_map)((t)->hbt_cookie,(a),(c),(ca),(hp))) |