Skip to content
Commit b1fd26ad authored by Mikael Beckius's avatar Mikael Beckius Committed by Liwei Song
Browse files

ARM: axxia: Fix support for kernel 5.10

commit c58df943

 from
https://github.com/axxia/linux-yocto.git v5.10/standard/axxia-dev/base.

arch/arm/mach-axxia/axxia-gic.c:1424:2: error: implicit declaration
of function 'set_smp_cross_call' [-Werror=implicit-function-declaration]

arch/arm/mach-axxia/timers.c:221:2: error: implicit declaration of
function 'setup_irq'; did you mean 'setup_arch'?

arch/arm/mach-axxia/ddr_retention.c:317:6: error: passing argument 4
of 'proc_create' from incompatible pointer type

arch/arm/mach-axxia/ssp-gpio.c:66:15: error: implicit declaration of
function 'devm_ioremap_nocache'; did you mean 'devm_ioremap_release'?

arch/arm/mach-axxia/axxia.c:163:2: error: implicit declaration of
function 'set_dma_ops' [-Werror=implicit-function-declaration]

arch/arm/mach-axxia/axxia.c:163:20: error: 'arm_coherent_dma_ops'
undeclared (first use in this function

Signed-off-by: default avatarMikael Beckius <mikael.beckius@windriver.com>
Signed-off-by: default avatarDaniel Dragomir <Daniel.Dragomir@windriver.com>
Signed-off-by: default avatarJohn Jacques <john.jacques@intel.com>
Signed-off-by: default avatarQuanyang Wang <quanyang.wang@windriver.com>
Signed-off-by: default avatarLiwei Song <liwei.song@windriver.com>
parent 5d0d9f76
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment