mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-09 17:08:11 +00:00
The newly added ffa_compatible_version_find() function causes a
build warning because of a variable that is never used:
drivers/firmware/arm_ffa/driver.c:180:6: error: unused variable 'compat_version' [-Werror,-Wunused-variable]
u32 compat_version;
Link: https://lore.kernel.org/r/20211026083400.3444946-1-arnd@kernel.org
Fixes:
|
||
|---|---|---|
| .. | ||
| bus.c | ||
| common.h | ||
| driver.c | ||
| Kconfig | ||
| Makefile | ||
| smccc.c | ||