diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-15 20:20:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-15 20:20:43 +0000 |
commit | 114010020db8185a708ae738108cf94e5781f763 (patch) | |
tree | 7452c6321c4c2359dd2a68cdea48b27bf3fd7b43 /sys/arch/sparc/dev/xy.c | |
parent | 5865561d7530fb306bbf34cd2570a436ca7ae4e4 (diff) |
Nuke dk_establish(), no longer used.
Diffstat (limited to 'sys/arch/sparc/dev/xy.c')
-rw-r--r-- | sys/arch/sparc/dev/xy.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc/dev/xy.c b/sys/arch/sparc/dev/xy.c index 7731dd7644b..1bb7c02d399 100644 --- a/sys/arch/sparc/dev/xy.c +++ b/sys/arch/sparc/dev/xy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xy.c,v 1.27 2006/01/20 23:27:25 miod Exp $ */ +/* $OpenBSD: xy.c,v 1.28 2006/03/15 20:20:41 miod Exp $ */ /* $NetBSD: xy.c,v 1.26 1997/07/19 21:43:56 pk Exp $ */ /* @@ -689,8 +689,6 @@ xyattach(parent, self, aux) bp->dev = &xy->sc_dev; } - dk_establish(&xy->sc_dk, &xy->sc_dev); /* XXX */ - done: xy->state = newstate; if (!xa->booting) { |