Tom Rini f7b845bfe0 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: Tom Rini <trini@konsulko.com>
2021-07-09 12:15:41 -04:00
..
2020-08-14 15:18:27 -04:00
2020-05-18 17:33:31 -04:00
2021-01-25 21:52:01 +00:00
2021-04-10 08:01:00 -04:00
2021-07-09 11:36:12 -04:00