Author: jfv
Date: Wed Mar 31 16:42:22 2010
New Revision: 205987
URL: http://svn.freebsd.org/changeset/base/205987

Log:
  Fix poll handler declaration.

Modified:
  head/sys/dev/e1000/if_lem.c

Modified: head/sys/dev/e1000/if_lem.c
==============================================================================
--- head/sys/dev/e1000/if_lem.c Wed Mar 31 16:07:36 2010        (r205986)
+++ head/sys/dev/e1000/if_lem.c Wed Mar 31 16:42:22 2010        (r205987)
@@ -269,7 +269,7 @@ static void lem_add_rx_process_limit(str
 #endif /* ~EM_LEGACY_IRQ */
 
 #ifdef DEVICE_POLLING
-static poll_handler_t em_poll;
+static poll_handler_t lem_poll;
 #endif /* POLLING */
 
 /*********************************************************************
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to