ARM: vexpress/hotplug: fix missing core.h include
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 8 Jun 2016 17:10:03 +0000 (18:10 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 13 Jun 2016 08:55:51 +0000 (09:55 +0100)
commitb47a1b46fef0e95d35f0d7a6d3477912dbc17f32
tree14569dde5cd7262619f2c1d647313d5952f74813
parentf66ce0daaefded02d84070a859176a2aa4d8e1a3
ARM: vexpress/hotplug: fix missing core.h include

Fix the missing declaration of vexpress_cpu_die() by
including core.h where it is defined. Fixes:

arch/arm/mach-vexpress/hotplug.c:88:6: warning: symbol 'vexpress_cpu_die' was not declared. Should it be static?

Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
arch/arm/mach-vexpress/hotplug.c