From b6009897cf0e1d7540d078548f19215d4ce3f3cb Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 29 Jun 2002 02:32:34 +0000 Subject: Remove a couple of __P() stragglers. --- sys/pci/if_ti.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/pci') 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[] = { -- cgit v1.1