From 0546538aa8a9373ef9e8f35b87cc7dc6b9b15c2b Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 19 Jan 1998 02:50:19 +0000 Subject: [PATCH] Don't prototype ioasic_lance_dma_setup() on the Alpha. --- sys/dev/tc/ioasicvar.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/dev/tc/ioasicvar.h b/sys/dev/tc/ioasicvar.h index 479e68038793..04598de15b6e 100644 --- a/sys/dev/tc/ioasicvar.h +++ b/sys/dev/tc/ioasicvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: ioasicvar.h,v 1.4 1998/01/12 09:51:32 thorpej Exp $ */ +/* $NetBSD: ioasicvar.h,v 1.5 1998/01/19 02:50:19 thorpej Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. @@ -64,4 +64,6 @@ void ioasic_intr_disestablish __P((struct device *, void *)); */ int ioasic_submatch __P((struct cfdata *, struct ioasicdev_attach_args *)); char *ioasic_lance_ether_address __P((void)); +#ifndef __alpha__ void ioasic_lance_dma_setup __P((void *)); +#endif