mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Tag unused functions with __unused.
This commit is contained in:
parent
0e9f2d667c
commit
1c827e2d15
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71479
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user