linux/list.h: drop fallback definition of prefetch()
authorRasmus Villemoes <ravi@prevas.dk>
Wed, 7 May 2025 12:12:46 +0000 (14:12 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 18 Jun 2025 14:05:04 +0000 (08:05 -0600)
commit1d19bbcb68280814952bdc18d7dec6d083b2c0ef
treeb82a713196427da96ed3647073bce066553829f3
parentf0ba1435a8eee45138353f6114ae658e3802dc9d
linux/list.h: drop fallback definition of prefetch()

None of the list helpers use prefetch() anymore, and no C code relies
on getting this definition from list.h. In any case, such an arch/cpu
specific thing does not belong in a header that just consists of cpp
helper macros.

Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
include/linux/list.h