From 59f85c4e3ec19b89e9cb14b8ac87d20a50a9fae5 Mon Sep 17 00:00:00 2001 From: augustss Date: Wed, 9 May 2001 19:33:07 +0000 Subject: [PATCH] Ansify a function I forgot last time. --- sys/dev/cardbus/ohci_cardbus.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/dev/cardbus/ohci_cardbus.c b/sys/dev/cardbus/ohci_cardbus.c index 4ea50d38b5ea..8266b7e79159 100644 --- a/sys/dev/cardbus/ohci_cardbus.c +++ b/sys/dev/cardbus/ohci_cardbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: ohci_cardbus.c,v 1.8 2001/05/09 12:07:01 augustss Exp $ */ +/* $NetBSD: ohci_cardbus.c,v 1.9 2001/05/09 19:33:07 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -185,9 +185,7 @@ XXX (ct->ct_cf->cardbus_mem_open)(cc, 0, iob, iob + 0x40); } int -ohci_cardbus_detach(self, flags) - device_ptr_t self; - int flags; +ohci_cardbus_detach(device_ptr_t self, int flags) { struct ohci_cardbus_softc *sc = (struct ohci_cardbus_softc *)self; struct cardbus_devfunc *ct = sc->sc_ct;