]> www.infradead.org Git - users/dwmw2/linux.git/commit
list: Remove duplicated and unused macro list_for_each_reverse
authorZijun Hu <quic_zijuhu@quicinc.com>
Tue, 17 Sep 2024 10:42:56 +0000 (18:42 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Oct 2024 06:21:09 +0000 (08:21 +0200)
commitcec78a59abc9b1a06f742cb96479fc0bb1fe4e90
tree3a9064edf4a9565858cc5f0abde04fece85ef83b
parentdbd45eef54865d966b8008cac329d05710a6310e
list: Remove duplicated and unused macro list_for_each_reverse

Remove macro list_for_each_reverse due to below reasons:

- it is same as list_for_each_prev.
- it is not used by current kernel tree.

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Link: https://lore.kernel.org/r/20240917-fix_list-v2-1-d2914665e89f@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/list.h