summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_ti.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_ti.c')
-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