diff options
author | Tejun Heo <tj@kernel.org> | 2010-12-12 15:45:14 (GMT) |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2010-12-12 15:45:14 (GMT) |
commit | 781ba4567698be9db7ca94d827c4b38d8583c168 (patch) | |
tree | a1083df1054b48078e311fc80d6e135201bc10c1 /drivers/net/depca.h | |
parent | fe8998c5e3b173f3d5c450bbde6173e7fbe5158d (diff) | |
download | linux-fsl-qoriq-781ba4567698be9db7ca94d827c4b38d8583c168.tar.xz |
i2400m: drop i2400m_schedule_work()
i2400m implements dynamic work allocation and queueing mechanism in
i2400_schedule_work(); however, this is only used for reset and
recovery which can be served equally well with preallocated per device
works.
Replace i2400m_schedule_work() with two work structs in struct i2400m.
These works are explicitly canceled when the device is released making
calls to flush_scheduled_work(), which is being deprecated,
unnecessary.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Cc: linux-wimax@intel.com
Cc: netdev@vger.kernel.org
Diffstat (limited to 'drivers/net/depca.h')
0 files changed, 0 insertions, 0 deletions