treewide: drop no-op prefetch() calls
authorRasmus Villemoes <ravi@prevas.dk>
Wed, 7 May 2025 12:12:44 +0000 (14:12 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 18 Jun 2025 14:05:04 +0000 (08:05 -0600)
commitf5fa73a625f671152aa65be4b039060f8baed4cc
tree1fff6aea67604714bd0204130e59980838521167
parentc1c2b5c6a4c09fe57933b70ec6289795f732ac83
treewide: drop no-op prefetch() calls

These all end up using the no-op prefetch() defined in linux/list.h,
because the only possible real implementation is in
arch/mips/include/asm/processor.h, which is behing
CONFIG_CPU_HAS_PREFETCH which is nowhere defined.

In order to be able to drop that fallback definition from list.h,
first remove all uses.

Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
drivers/net/mvpp2.c
drivers/net/octeontx/nicvf_main.c
drivers/usb/gadget/at91_udc.c
drivers/usb/musb-new/musb_core.c