From 3264aec746947db8598130cb0ac382cf0b2a10cf Mon Sep 17 00:00:00 2001 From: alfred Date: Wed, 20 Mar 2002 02:08:01 +0000 Subject: Remove __P. --- sys/dev/gem/if_gem_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/gem/if_gem_pci.c') diff --git a/sys/dev/gem/if_gem_pci.c b/sys/dev/gem/if_gem_pci.c index 0e2544f..44f945b 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[] = { -- cgit v1.1