diff options
author | Roland Dreier <rolandd@cisco.com> | 2008-07-15 02:48:52 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-07-15 02:48:52 -0400 |
commit | 4522e08ced48baaf28990e2674e940aae9940310 (patch) | |
tree | 9c17d3aadb4adcd757c58331cc6a20e4a133cb50 /drivers/infiniband/hw/mthca/mthca_dev.h | |
parent | bc3a290b51aaefc6a6af2d6e6d52ed32387c416c (diff) |
IB/mthca: Remove "stop" flag for catastrophic error polling timer
Since we use del_timer_sync() anyway, there's no need for an
additional flag to tell the timer not to rearm.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/mthca/mthca_dev.h')
-rw-r--r-- | drivers/infiniband/hw/mthca/mthca_dev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_dev.h b/drivers/infiniband/hw/mthca/mthca_dev.h index 2997d8d564ea..ee4d073c889f 100644 --- a/drivers/infiniband/hw/mthca/mthca_dev.h +++ b/drivers/infiniband/hw/mthca/mthca_dev.h | |||
@@ -277,7 +277,6 @@ struct mthca_mcg_table { | |||
277 | struct mthca_catas_err { | 277 | struct mthca_catas_err { |
278 | u64 addr; | 278 | u64 addr; |
279 | u32 __iomem *map; | 279 | u32 __iomem *map; |
280 | unsigned long stop; | ||
281 | u32 size; | 280 | u32 size; |
282 | struct timer_list timer; | 281 | struct timer_list timer; |
283 | struct list_head list; | 282 | struct list_head list; |