summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-06-29 02:32:34 +0000
committerpeter <peter@FreeBSD.org>2002-06-29 02:32:34 +0000
commitb6009897cf0e1d7540d078548f19215d4ce3f3cb (patch)
tree3b85de9139b191e7e01edd6e7fffe13d3ad22af7 /sys/pci
parent97873dcbf33019727d6c29b9a62702011576b3b2 (diff)
downloadFreeBSD-src-b6009897cf0e1d7540d078548f19215d4ce3f3cb.zip
FreeBSD-src-b6009897cf0e1d7540d078548f19215d4ce3f3cb.tar.gz
Remove a couple of __P() stragglers.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_ti.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c
index bc4b96e..68a0636 100644
--- a/sys/pci/if_ti.c
+++ b/sys/pci/if_ti.c
@@ -270,8 +270,8 @@ static int ti_chipinit (struct ti_softc *);
static int ti_gibinit (struct ti_softc *);
#ifdef TI_JUMBO_HDRSPLIT
-static __inline void ti_hdr_split __P((struct mbuf *top, int hdr_len,
- int pkt_len, int idx));
+static __inline void ti_hdr_split (struct mbuf *top, int hdr_len,
+ int pkt_len, int idx);
#endif /* TI_JUMBO_HDRSPLIT */
static device_method_t ti_methods[] = {
OpenPOWER on IntegriCloud