summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-09-19 03:35:32 +0000
committerimp <imp@FreeBSD.org>2005-09-19 03:35:32 +0000
commite4930c9f7b08966fb21684ecaa7030fce17409f3 (patch)
tree7a34d2f4bddfad417309cf3896448ab2dc7a3d8d /sys/dev/sio
parent4e70215e6bf590140205774753c8b0a1f1fe9a36 (diff)
downloadFreeBSD-src-e4930c9f7b08966fb21684ecaa7030fce17409f3.zip
FreeBSD-src-e4930c9f7b08966fb21684ecaa7030fce17409f3.tar.gz
Last change to this file actually removed the oldcard compat code.
This change removes one last K&Rism.
Diffstat (limited to 'sys/dev/sio')
-rw-r--r--sys/dev/sio/sio_pccard.c3
1 files changed, 1 insertions, 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;
OpenPOWER on IntegriCloud