summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-02-16 02:40:13 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-02-16 02:40:13 +0000
commita8796a09eb7edd7b3108d189973004abc96cda9b (patch)
tree35334481c8fc760a896faa9dd4cba12a6586f86b
parent291579f60b261e713ced0bb07913620077b8a8fb (diff)
remove bogus DCIAS (used to be used for scsi driver
-rw-r--r--sys/arch/hppa/include/bus.h3
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)))