diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-06-29 02:32:34 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-06-29 02:32:34 +0000 |
| commit | 160554fbf4aca02988d66262491bb3f689aaf1d0 (patch) | |
| tree | 3b85de9139b191e7e01edd6e7fffe13d3ad22af7 /sys/dev | |
| parent | 016091145e2cabc9f30bffc9e3f850e0b5d7c837 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sio/sio_ebus.c | 6 | ||||
| -rw-r--r-- | sys/dev/ti/if_ti.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/sio/sio_ebus.c b/sys/dev/sio/sio_ebus.c index af6bc0b633b55..0c2e58c12d674 100644 --- a/sys/dev/sio/sio_ebus.c +++ b/sys/dev/sio/sio_ebus.c @@ -40,9 +40,9 @@ __FBSDID($FreeBSD$); #include <ofw/openfirm.h> #include <sparc64/ebus/ebusvar.h> -int sio_ofw_inlist __P((char *name, char *list[])); -static int sio_ebus_attach __P((device_t dev)); -static int sio_ebus_probe __P((device_t dev)); +int sio_ofw_inlist(char *name, char *list[]); +static int sio_ebus_attach(device_t dev); +static int sio_ebus_probe(device_t dev); static device_method_t sio_ebus_methods[] = { /* Device interface */ diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index bc4b96ef15cf9..68a063657ecfb 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/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[] = { |
