atlx: timer cleanup
authorStephen Hemminger <shemminger@vyatta.com>
Fri, 31 Oct 2008 23:52:04 +0000 (16:52 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Sun, 2 Nov 2008 13:00:15 +0000 (08:00 -0500)
Do some cleanup on timer usage in this driver:
  * Use round_jiffies to align wakeups and reduce power.
  * Remove atl1_watchdog which does nothing but rearm itself
  * Use setup_timer() function

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

No differences found