commit | b47a1b46fef0e95d35f0d7a6d3477912dbc17f32 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Wed Jun 08 18:10:03 2016 +0100 |
committer | Sudeep Holla <sudeep.holla@arm.com> | Mon Jun 13 09:55:51 2016 +0100 |
tree | 14569dde5cd7262619f2c1d647313d5952f74813 | |
parent | f66ce0daaefded02d84070a859176a2aa4d8e1a3 [diff] |
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>