diff options
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) /* |