From: Ben Dooks Date: Tue, 8 Oct 2019 12:34:43 +0000 (+0100) Subject: ARM: bcm: include local platsmp.h for bcm2836_smp_ops X-Git-Tag: Ubuntu-5.10.0-12.13~3970^2~10^2~2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d67fa6caae51f3a5d159234272903788e3446878;p=mirror_ubuntu-hirsute-kernel.git ARM: bcm: include local platsmp.h for bcm2836_smp_ops Include platsmp.h for the definition of bcm2836_smp_ops to fix the following warning: arch/arm/mach-bcm/platsmp.c:334:29: warning: symbol 'bcm2836_smp_ops' was not declared. Should it be static? Signed-off-by: Ben Dooks Acked-by: Scott Branden Signed-off-by: Florian Fainelli --- diff --git a/arch/arm/mach-bcm/platsmp.c b/arch/arm/mach-bcm/platsmp.c index 47f8053d0240..21400b3fa5fe 100644 --- a/arch/arm/mach-bcm/platsmp.c +++ b/arch/arm/mach-bcm/platsmp.c @@ -22,6 +22,8 @@ #include #include +#include "platsmp.h" + /* Size of mapped Cortex A9 SCU address space */ #define CORTEX_A9_SCU_SIZE 0x58