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/mips64 | |
parent | 5865561d7530fb306bbf34cd2570a436ca7ae4e4 (diff) |
Nuke dk_establish(), no longer used.
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r-- | sys/arch/mips64/mips64/disksubr.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/mips64/mips64/disksubr.c b/sys/arch/mips64/mips64/disksubr.c index 1284ae3a8c9..a5e9f1e9fd4 100644 --- a/sys/arch/mips64/mips64/disksubr.c +++ b/sys/arch/mips64/mips64/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.11 2006/03/04 19:33:21 miod Exp $ */ +/* $OpenBSD: disksubr.c,v 1.12 2006/03/15 20:20:40 miod Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -93,13 +93,6 @@ void map_sgi_label(struct disklabel *, struct sgilabel *); static enum disklabel_tag probe_order[] = { LABELPROBES, -1 }; -void -dk_establish(dk, dev) - struct disk *dk; - struct device *dev; -{ -} - #if defined(DISKLABEL_I386) || defined(DISKLABEL_ALPHA) || defined(DISKLABEL_AMIGA) || defined(DISKLABEL_HPPA) || defined(DISKLABEL_SGI) || defined(DISKLABEL_ALL) /* |