Skip to content
Commit f7b845bf authored by Tom Rini's avatar Tom Rini
Browse files

arm: armv8: Fix warning about redeclaring global functions as weak



As seen with clang-12:
warning: __asm_invalidate_l3_dcache changed binding to STB_WEAK

As we indeed use ENTRY and then declare the function weak manually.  Use
the WEAK declarative from <linux/linkage.h> instead.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 2359fa7a
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment