]> git.baikalelectronics.ru Git - kernel.git/commit
arm/arm64: kvm: add missing PSCI include
authorMark Rutland <mark.rutland@arm.com>
Fri, 1 May 2015 09:53:39 +0000 (10:53 +0100)
committerMark Rutland <mark.rutland@arm.com>
Wed, 27 May 2015 12:21:16 +0000 (13:21 +0100)
commit97963d3d90150d61208092e9ad1aa83164ed0a78
tree23aec5a92b64910caf0a9ebdb99243d1bc2f7e77
parenta78fce04e89f67875157de4af5659ffd7b233e73
arm/arm64: kvm: add missing PSCI include

We make use of the PSCI function IDs, but don't explicitly include the
header which defines them. Relying on transitive header includes is
fragile and will be broken as headers are refactored.

This patch includes the relevant header file directly so as to avoid
future breakage.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Reviewed-by: Hanjun Guo <hanjun.guo@linaro.org>
Tested-by: Hanjun Guo <hanjun.guo@linaro.org>
Cc: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/kvm/psci.c