1
0
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:
Ruslan Ermilov 2004-09-04 07:54:05 +00:00
parent e7934ccbaa
commit 0187838b3b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134750

View File

@ -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 *);