Kill two mis-matched and unnecessary declarations.

This commit is contained in:
gwr 1996-02-28 01:44:17 +00:00
parent 3ca5707161
commit 92d99153a3

View File

@ -1,4 +1,4 @@
/* $NetBSD: ncr5380sbc.c,v 1.5 1996/02/22 04:06:03 gwr Exp $ */
/* $NetBSD: ncr5380sbc.c,v 1.6 1996/02/28 01:44:17 gwr Exp $ */
/*
* Copyright (c) 1995 David Jones, Gordon W. Ross
@ -88,9 +88,6 @@
#include <dev/ic/ncr5380reg.h>
#include <dev/ic/ncr5380var.h>
static int ncr5380_wait_req __P((struct ncr5380_softc *));
static int ncr5380_wait_not_req __P((struct ncr5380_softc *));
static void ncr5380_sched __P((struct ncr5380_softc *));
static void ncr5380_done __P((struct ncr5380_softc *));