diff options
Diffstat (limited to 'sys/arch/vax/vax/autoconf.c')
-rw-r--r-- | sys/arch/vax/vax/autoconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/vax/vax/autoconf.c b/sys/arch/vax/vax/autoconf.c index 45a942494c9..1b267da06f3 100644 --- a/sys/arch/vax/vax/autoconf.c +++ b/sys/arch/vax/vax/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.38 2014/10/31 10:54:39 jsg Exp $ */ +/* $OpenBSD: autoconf.c,v 1.39 2015/02/01 15:27:12 miod Exp $ */ /* $NetBSD: autoconf.c,v 1.45 1999/10/23 14:56:05 ragge Exp $ */ /* @@ -201,8 +201,6 @@ int (*devreg[])(struct device *, void *) = { 0, }; -#define ubreg(x) ((x) & 017777) - void device_register(struct device *dev, void *aux) { |