diff options
Diffstat (limited to 'sys/dev/gem/if_gem_pci.c')
| -rw-r--r-- | sys/dev/gem/if_gem_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/gem/if_gem_pci.c b/sys/dev/gem/if_gem_pci.c index 0e2544f1e85a..44f945bcf8f4 100644 --- a/sys/dev/gem/if_gem_pci.c +++ b/sys/dev/gem/if_gem_pci.c @@ -75,8 +75,8 @@ struct gem_pci_softc { void *gsc_ih; }; -static int gem_pci_probe __P((device_t)); -static int gem_pci_attach __P((device_t)); +static int gem_pci_probe(device_t); +static int gem_pci_attach(device_t); static device_method_t gem_pci_methods[] = { |
