From b75e08a514d82fca2e609a9a17deae1d98261ff9 Mon Sep 17 00:00:00 2001 From: simonb Date: Thu, 30 Mar 2000 02:02:53 +0000 Subject: [PATCH] Delete redundant decl of aicattach(), it's in aic6360var.h. --- sys/dev/ic/aic6360.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/dev/ic/aic6360.c b/sys/dev/ic/aic6360.c index b99f3bc50b26..c4fa0b9bc97c 100644 --- a/sys/dev/ic/aic6360.c +++ b/sys/dev/ic/aic6360.c @@ -1,4 +1,4 @@ -/* $NetBSD: aic6360.c,v 1.67 2000/03/23 07:01:28 thorpej Exp $ */ +/* $NetBSD: aic6360.c,v 1.68 2000/03/30 02:02:53 simonb Exp $ */ #include "opt_ddb.h" #ifdef DDB @@ -153,7 +153,6 @@ int aic_debug = 0x00; /* AIC_SHOWSTART|AIC_SHOWMISC|AIC_SHOWTRACE; */ #endif -void aicattach __P((struct aic_softc *)); void aic_minphys __P((struct buf *)); void aic_done __P((struct aic_softc *, struct aic_acb *)); void aic_dequeue __P((struct aic_softc *, struct aic_acb *));