diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-03-23 12:13:34 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-03-23 12:13:34 +0000 |
| commit | 359052dbcc2170d3090335a9a99f0d84c79c7199 (patch) | |
| tree | 0929a636bdbc681dd28614a5913eec0dc8d95d33 /sys/dev/sio/sio_isa.c | |
| parent | 763df836228bda0b48e71ea5bef063dcaf4be98d (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio/sio_isa.c')
| -rw-r--r-- | sys/dev/sio/sio_isa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sio/sio_isa.c b/sys/dev/sio/sio_isa.c index e1a3917faeed..91ea9b971b59 100644 --- a/sys/dev/sio/sio_isa.c +++ b/sys/dev/sio/sio_isa.c @@ -43,8 +43,8 @@ #include <isa/isareg.h> #include <isa/isavar.h> -static int sio_isa_attach (device_t dev); -static int sio_isa_probe (device_t dev); +static int sio_isa_attach(device_t dev); +static int sio_isa_probe(device_t dev); static device_method_t sio_isa_methods[] = { /* Device interface */ |
