mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Fixed build with DEVICE_POLLING defined.
This commit is contained in:
parent
e7934ccbaa
commit
0187838b3b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134750
@ -206,8 +206,8 @@ static int re_tx_list_init (struct rl_softc *);
|
||||
static void re_rxeof (struct rl_softc *);
|
||||
static void re_txeof (struct rl_softc *);
|
||||
#ifdef DEVICE_POLLING
|
||||
static void re_poll (struct ifnet *, enum poll_cmd, int)
|
||||
static void re_poll_locked (struct ifnet *, enum poll_cmd, int)
|
||||
static void re_poll (struct ifnet *, enum poll_cmd, int);
|
||||
static void re_poll_locked (struct ifnet *, enum poll_cmd, int);
|
||||
#endif
|
||||
static void re_intr (void *);
|
||||
static void re_tick (void *);
|
||||
|
Loading…
Reference in New Issue
Block a user