ARM: bcm: include local platsmp.h for bcm2836_smp_ops
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 8 Oct 2019 12:34:43 +0000 (13:34 +0100)
committerFlorian Fainelli <f.fainelli@gmail.com>
Wed, 16 Oct 2019 22:05:26 +0000 (15:05 -0700)
commitd67fa6caae51f3a5d159234272903788e3446878
tree1259af0685cc1dadb8c9893cebe65b5c5117de99
parent54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c
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 <ben.dooks@codethink.co.uk>
Acked-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/mach-bcm/platsmp.c