diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2007-05-09 23:13:17 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2007-05-09 23:13:17 +0000 |
commit | 50894c019050fc7006ff0a7d1d54ebb1b205cae3 (patch) | |
tree | da5deb11ea91371f71fff37f0c7673da76896751 | |
parent | ea708212383a84c08c92aca30bc53d76f220e7b3 (diff) |
remove 'struct sr_attach_args' as it's now elsewhere with softraid defined
ok marco@
-rw-r--r-- | sys/arch/i386/i386/mainbus.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/i386/mainbus.c b/sys/arch/i386/i386/mainbus.c index cb396c4024d..b8700725270 100644 --- a/sys/arch/i386/i386/mainbus.c +++ b/sys/arch/i386/i386/mainbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mainbus.c,v 1.36 2007/04/21 21:06:14 gwk Exp $ */ +/* $OpenBSD: mainbus.c,v 1.37 2007/05/09 23:13:16 todd Exp $ */ /* $NetBSD: mainbus.c,v 1.21 1997/06/06 23:14:20 thorpej Exp $ */ /* @@ -118,9 +118,6 @@ union mainbus_attach_args { #if NESM > 0 struct esm_attach_args mba_eaa; #endif -#if NSOFTRAID > 0 - struct sr_attach_args mba_maa; -#endif }; /* |