diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 02:08:01 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 02:08:01 +0000 |
| commit | e51a25f8505c7f9c6684c928bb59b0bda2fc039b (patch) | |
| tree | 13b2f09af75205c81c286aaf60527ae3de623e14 /sys/pci/cy_pci.c | |
| parent | c605e9e62f94150fea168cf43328076ea7789885 (diff) | |
Notes
Diffstat (limited to 'sys/pci/cy_pci.c')
| -rw-r--r-- | sys/pci/cy_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/cy_pci.c b/sys/pci/cy_pci.c index a806731a460a..72cb9612cf10 100644 --- a/sys/pci/cy_pci.c +++ b/sys/pci/cy_pci.c @@ -68,8 +68,8 @@ extern int cyattach_common(void *, int); /* Not exactly correct */ extern void cyintr(int); -static int cy_pci_attach __P((device_t dev)); -static int cy_pci_probe __P((device_t dev)); +static int cy_pci_attach(device_t dev); +static int cy_pci_probe(device_t dev); static device_method_t cy_pci_methods[] = { /* Device interface. */ |
