summaryrefslogtreecommitdiff
path: root/sys/dev/isa/isavar.h
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2010-06-24 21:18:00 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2010-06-24 21:18:00 +0000
commit9a17f46682926c0c4a22f642a11980feb7dd2ece (patch)
treeb3a36703c6a19479f694938a3eafcea5bd1cb07b /sys/dev/isa/isavar.h
parentae578410619a8277922511cdb1cff6a5068ca8d2 (diff)
- remove ISAPNP_FREE and ISAPNP_MALLOC macro's and just use them inline.
ok thib@ deraadt@
Diffstat (limited to 'sys/dev/isa/isavar.h')
-rw-r--r--sys/dev/isa/isavar.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/isa/isavar.h b/sys/dev/isa/isavar.h
index 59fd5cbb27b..129b7a4d0ad 100644
--- a/sys/dev/isa/isavar.h
+++ b/sys/dev/isa/isavar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isavar.h,v 1.54 2010/05/23 11:52:37 deraadt Exp $ */
+/* $OpenBSD: isavar.h,v 1.55 2010/06/24 21:17:59 jasper Exp $ */
/* $NetBSD: isavar.h,v 1.26 1997/06/06 23:43:57 thorpej Exp $ */
/*-
@@ -153,8 +153,6 @@ struct isapnp_softc;
# define ISAPNP_READ_DATA(sc) \
bus_space_read_1(sc->sc_iot, sc->sc_read_ioh, 0)
-# define ISAPNP_MALLOC(a) malloc(a, M_DEVBUF, M_WAITOK)
-# define ISAPNP_FREE(a) free(a, M_DEVBUF)
# define ISAPNP_CLONE_SETUP(dest, src) \
do { \
bzero((dest), sizeof(*(dest))); \