mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix poll handler declaration.
This commit is contained in:
parent
d2bc4bf6ff
commit
772aec19a1
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ static void lem_add_rx_process_limit(struct adapter *, const char *,
|
|||
#endif /* ~EM_LEGACY_IRQ */
|
||||
|
||||
#ifdef DEVICE_POLLING
|
||||
static poll_handler_t em_poll;
|
||||
static poll_handler_t lem_poll;
|
||||
#endif /* POLLING */
|
||||
|
||||
/*********************************************************************
|
||||
|
|
|
|||
Loading…
Reference in a new issue