From e4930c9f7b08966fb21684ecaa7030fce17409f3 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 19 Sep 2005 03:35:32 +0000 Subject: Last change to this file actually removed the oldcard compat code. This change removes one last K&Rism. --- sys/dev/sio/sio_pccard.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/dev/sio/sio_pccard.c b/sys/dev/sio/sio_pccard.c index 5c2ba77..c03c93d 100644 --- a/sys/dev/sio/sio_pccard.c +++ b/sys/dev/sio/sio_pccard.c @@ -83,8 +83,7 @@ sio_pccard_probe(device_t dev) } static int -sio_pccard_attach(dev) - device_t dev; +sio_pccard_attach(device_t dev) { int err; -- cgit v1.1