diff options
author | Yu Liao <liaoyu15@huawei.com> | 2024-10-10 17:27:44 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-10-14 13:17:04 +0100 |
commit | e4c416533f0633c96eba849832a9212ace3c3ec4 (patch) | |
tree | 24009c295989c5f405fb809fc5743ed3edb1f823 /net/ipv4/tcp_output.c | |
parent | 6aac56631831e1386b6edd3c583c8afb2abfd267 (diff) | |
download | linux-e4c416533f0633c96eba849832a9212ace3c3ec4.tar.gz linux-e4c416533f0633c96eba849832a9212ace3c3ec4.tar.bz2 linux-e4c416533f0633c96eba849832a9212ace3c3ec4.zip |
net: hsr: convert to use new timer APIs
del_timer() and del_timer_sync() have been renamed to timer_delete()
and timer_delete_sync().
Inconsistent API usage makes the code a bit confusing, so replace with
the new APIs.
No functional changes intended.
Signed-off-by: Yu Liao <liaoyu15@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions