Include psci.h from tegra platform header

The `plat/nvidia/tegra/include/tegra_private.h` file uses resources
from psci.h (for example, psci_power_state_t) but does not explicitly
include psci.h. This does not currently cause a problem since psci.h
is indirectly included via other headers. However, this may not be
the case in future.

This patch explicitly includes psci.h from tegra_private.h

Change-Id: Ia991147898dbd117c1d3496a95850995a5554c05
This commit is contained in:
Yatharth Kochar 2015-12-09 14:22:47 +00:00
parent 05a91fb008
commit ca8b7d51c8
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include <arch.h>
#include <platform_def.h>
#include <psci.h>
#include <xlat_tables.h>
/*******************************************************************************