Remove the dk_establish() prototype. It's (correctly) prototyped in

<sys/disk.h>.
XXX Wasn't this file supposed to go away?
This commit is contained in:
thorpej 1996-04-30 20:45:21 +00:00
parent b2af0c2297
commit a787e8f99b
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.5 1996/03/16 23:12:11 christos Exp $ */
/* $NetBSD: cpu.h,v 1.6 1996/04/30 20:45:21 thorpej Exp $ */
/*
* Copyright (c) 1996 Christos Zoulas. All rights reserved.
@ -47,7 +47,6 @@ void boot __P((int))
void pagemove __P((caddr_t, caddr_t, size_t));
/* delay() is declared in <machine/param.h> */
int bounds_check_with_label __P((struct buf *, struct disklabel *, int));
int dk_establish __P((struct disk *, struct device *));
void cpu_exit __P((struct proc *));