From 6777f61b28a41bd625dd4200947cb760b420f798 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sun, 19 Mar 2006 22:30:27 +0000 Subject: ANSIfy --- sys/dev/pci/pci_quirks.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys') diff --git a/sys/dev/pci/pci_quirks.c b/sys/dev/pci/pci_quirks.c index bec80775613..36c0b8181a9 100644 --- a/sys/dev/pci/pci_quirks.c +++ b/sys/dev/pci/pci_quirks.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_quirks.c,v 1.2 2000/03/28 03:43:54 mickey Exp $ */ +/* $OpenBSD: pci_quirks.c,v 1.3 2006/03/19 22:30:26 brad Exp $ */ /* $NetBSD: pci_quirks.c,v 1.1 1998/05/31 06:03:44 cgd Exp $ */ /* @@ -48,9 +48,7 @@ static const struct pci_quirkdata pci_quirks[] = { }; const struct pci_quirkdata * -pci_lookup_quirkdata(vendor, product) - pci_vendor_id_t vendor; - pci_product_id_t product; +pci_lookup_quirkdata(pci_vendor_id_t vendor, pci_product_id_t product) { int i; -- cgit v1.2.3