diff options
author | jhb <jhb@FreeBSD.org> | 2001-01-23 22:24:26 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-01-23 22:24:26 +0000 |
commit | fe7d8cee8f1c508cfe426ea5c180cd0c43d08664 (patch) | |
tree | 15c58bd5b3ea455da75482d96acc65acdc73a072 /sys/dev/xe | |
parent | b4eb86c28d943dbeee5b8be750bc96570741a093 (diff) | |
download | FreeBSD-src-fe7d8cee8f1c508cfe426ea5c180cd0c43d08664.zip FreeBSD-src-fe7d8cee8f1c508cfe426ea5c180cd0c43d08664.tar.gz |
Tag unused functions with __unused.
Diffstat (limited to 'sys/dev/xe')
-rw-r--r-- | sys/dev/xe/if_xe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/xe/if_xe.c b/sys/dev/xe/if_xe.c index 598ceb3..78742ba 100644 --- a/sys/dev/xe/if_xe.c +++ b/sys/dev/xe/if_xe.c @@ -185,8 +185,8 @@ static void xe_disable_intr (struct xe_softc *scp); static void xe_setmulti (struct xe_softc *scp); static void xe_setaddrs (struct xe_softc *scp); static int xe_pio_write_packet (struct xe_softc *scp, struct mbuf *mbp); -static u_int32_t xe_compute_crc (u_int8_t *data, int len); -static int xe_compute_hashbit (u_int32_t crc); +static u_int32_t xe_compute_crc (u_int8_t *data, int len) __unused; +static int xe_compute_hashbit (u_int32_t crc) __unused; /* * MII functions |