summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-03-22 05:49:18 +0000
committerimp <imp@FreeBSD.org>2001-03-22 05:49:18 +0000
commitbf947a58aad2f2c5b70fc4d775aa2b24501702df (patch)
tree91fbb0480be3a6bd5b2953af7365140032c784a4 /sys/pccard/pcic.c
parent6e66a78b31232b05de35c238d18f7a700e113277 (diff)
downloadFreeBSD-src-bf947a58aad2f2c5b70fc4d775aa2b24501702df.zip
FreeBSD-src-bf947a58aad2f2c5b70fc4d775aa2b24501702df.tar.gz
Axe a few __P() while I'm in the neighborhood.
Diffstat (limited to 'sys/pccard/pcic.c')
-rw-r--r--sys/pccard/pcic.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index 3443ef6..1b06031 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -1,6 +1,5 @@
/*
* Intel PCIC or compatible Controller driver
- * May be built to make a loadable module.
*-------------------------------------------------------------------------
*
* Copyright (c) 1995 Andrew McRae. All rights reserved.
@@ -50,11 +49,11 @@
* Prototypes for interrupt handler.
*/
static driver_intr_t pcicintr;
-static int pcic_ioctl __P((struct slot *, int, caddr_t));
-static int pcic_power __P((struct slot *));
+static int pcic_ioctl(struct slot *, int, caddr_t);
+static int pcic_power(struct slot *);
static timeout_t pcic_reset;
static void pcic_resume(struct slot *);
-static void pcic_disable __P((struct slot *));
+static void pcic_disable(struct slot *);
static timeout_t pcictimeout;
static struct callout_handle pcictimeout_ch
= CALLOUT_HANDLE_INITIALIZER(&pcictimeout_ch);
OpenPOWER on IntegriCloud