summaryrefslogtreecommitdiff
path: root/sys/pci/intpm.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-03-20 02:08:01 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-03-20 02:08:01 +0000
commite51a25f8505c7f9c6684c928bb59b0bda2fc039b (patch)
tree13b2f09af75205c81c286aaf60527ae3de623e14 /sys/pci/intpm.c
parentc605e9e62f94150fea168cf43328076ea7789885 (diff)
Notes
Diffstat (limited to 'sys/pci/intpm.c')
-rw-r--r--sys/pci/intpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c
index 5aa9c0199309..a3c780f5c14d 100644
--- a/sys/pci/intpm.c
+++ b/sys/pci/intpm.c
@@ -642,7 +642,7 @@ intsmb_bread(device_t dev, u_char slave, char cmd, u_char count, char *buf)
DRIVER_MODULE(intsmb, intpm , intpm_driver, intsmb_devclass, 0, 0);
-static void intpm_intr __P((void *arg));
+static void intpm_intr(void *arg);
static int
intpm_attach(device_t dev)
{