commit | ac392abce936d78f7b731d90bfbc1001ddb446ea | [log] [tgz] |
---|---|---|
author | Benjamin Li <benli@broadcom.com> | Thu Sep 18 16:40:49 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 18 16:40:49 2008 -0700 |
tree | a5ed2bc8da59aa34748b418365496baf442d9521 | |
parent | fbbf68b7f88953a9c56b7a7b4019fa5212987b34 [diff] |
bnx2: Remove timer_interval field from the bnx2 structure 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>