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/hppa64 | |
parent | 5865561d7530fb306bbf34cd2570a436ca7ae4e4 (diff) |
Nuke dk_establish(), no longer used.
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r-- | sys/arch/hppa64/hppa64/disksubr.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/hppa64/hppa64/disksubr.c b/sys/arch/hppa64/hppa64/disksubr.c index 6653569d70f..dd6b18644dd 100644 --- a/sys/arch/hppa64/hppa64/disksubr.c +++ b/sys/arch/hppa64/hppa64/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.5 2006/03/04 19:33:21 miod Exp $ */ +/* $OpenBSD: disksubr.c,v 1.6 2006/03/15 20:20:39 miod Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -86,13 +86,6 @@ char *readliflabel(struct buf *, void (*)(struct buf *), 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_ALL) /* |