scripts/tags.sh: remove find_sources
authorWei Yang <richard.weiyang@gmail.com>
Fri, 29 Dec 2023 03:06:54 +0000 (03:06 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Jan 2024 16:01:15 +0000 (17:01 +0100)
commit2ad3cc0582003f1fad74ad4c06b85613746fae47
tree00558db43aa5269c21d83c9a2740f3706c666615
parentd70a091fb412fd0410b882c0b45072e547beb070
scripts/tags.sh: remove find_sources

After commit '4f628248a578 kbuild: reintroduce ALLSOURCE_ARCHS support for
tags/cscope', find_sources only invoke find_arch_sources.

Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
CC: Jike Song <albcamus@gmail.com>
Link: https://lore.kernel.org/r/20231229030654.17474-4-richard.weiyang@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/tags.sh