Fix poll handler declaration.

This commit is contained in:
Jack F Vogel 2010-03-31 16:42:22 +00:00
parent d2bc4bf6ff
commit 772aec19a1

View File

@ -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 */
/*********************************************************************