From 072b56c97e17e8e69ddab5a735b5297387a88a70 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Wed, 30 Oct 1996 22:41:57 +0000 Subject: Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed. -Wall -Wstrict-prototypes -Wmissing-prototypes too. --- sys/arch/alpha/pci/pci_axppci_33.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'sys/arch/alpha/pci/pci_axppci_33.c') diff --git a/sys/arch/alpha/pci/pci_axppci_33.c b/sys/arch/alpha/pci/pci_axppci_33.c index 7c70243290c..2cf58634136 100644 --- a/sys/arch/alpha/pci/pci_axppci_33.c +++ b/sys/arch/alpha/pci/pci_axppci_33.c @@ -1,5 +1,5 @@ -/* $OpenBSD: pci_axppci_33.c,v 1.5 1996/07/29 23:00:37 niklas Exp $ */ -/* $NetBSD: pci_axppci_33.c,v 1.5 1996/04/23 14:15:28 cgd Exp $ */ +/* $OpenBSD: pci_axppci_33.c,v 1.6 1996/10/30 22:40:05 niklas Exp $ */ +/* $NetBSD: pci_axppci_33.c,v 1.8 1996/10/13 03:00:11 christos Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -36,6 +36,7 @@ #include #include +#include #include #include @@ -195,8 +196,6 @@ dec_axppci_33_intr_string(lcv, ih) void *lcv; pci_intr_handle_t ih; { - struct lca_config *lcp = lcv; - return sio_intr_string(NULL /*XXX*/, ih); } @@ -208,8 +207,6 @@ dec_axppci_33_intr_establish(lcv, ih, level, func, arg, name) int (*func) __P((void *)); char *name; { - struct lca_config *lcp = lcv; - return sio_intr_establish(NULL /*XXX*/, ih, IST_LEVEL, level, func, arg, name); } @@ -218,7 +215,5 @@ void dec_axppci_33_intr_disestablish(lcv, cookie) void *lcv, *cookie; { - struct lca_config *lcp = lcv; - sio_intr_disestablish(NULL /*XXX*/, cookie); } -- cgit v1.2.3