bnx2: Remove timer_interval field from the bnx2 structure
authorBenjamin Li <benli@broadcom.com>
Thu, 18 Sep 2008 23:40:49 +0000 (16:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Sep 2008 23:40:49 +0000 (16:40 -0700)
The timer_interval field is only assigned once, and never reassigned.
We can safely replace all instances of the timer_interval with a
constant value.

Signed-off-by: Benjamin Li <benli@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Acked-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found