diff options
author | Warner Losh <imp@FreeBSD.org> | 2005-09-19 03:35:32 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2005-09-19 03:35:32 +0000 |
commit | 93605bb138f7bf4fc56a25ad461094e154132741 (patch) | |
tree | 7a34d2f4bddfad417309cf3896448ab2dc7a3d8d | |
parent | ad4f426ef63acf8f93962c281274c677a055e500 (diff) |
Notes
-rw-r--r-- | sys/dev/sio/sio_pccard.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/sio/sio_pccard.c b/sys/dev/sio/sio_pccard.c index 5c2ba770e6a0..c03c93d305a6 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; |