diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-06-11 04:53:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-06-11 04:53:40 +0000 |
commit | b6fe075047fc78da2c40c38d4206e283cc86200d (patch) | |
tree | 5b30aa5a51ced9822bb0f939e046464a78a6c7e6 /sys/arch | |
parent | 9b0bfbeeaa924be2b882c85a7beeb5dcbce97f98 (diff) |
No need to cdev_decl(ugen) twice.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/alpha/conf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/alpha/alpha/conf.c b/sys/arch/alpha/alpha/conf.c index 61d0bd75b1e..b1a6a214473 100644 --- a/sys/arch/alpha/alpha/conf.c +++ b/sys/arch/alpha/alpha/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.39 2002/06/11 03:30:15 miod Exp $ */ +/* $OpenBSD: conf.c,v 1.40 2002/06/11 04:53:39 miod Exp $ */ /* $NetBSD: conf.c,v 1.16 1996/10/18 21:26:57 cgd Exp $ */ /*- @@ -135,8 +135,6 @@ cdev_decl(ugen); cdev_decl(ulpt); #include "ucom.h" cdev_decl(ucom); -#include "ugen.h" -cdev_decl(ugen); #include "pf.h" #ifdef USER_PCICONF #include "pci.h" |