aboutsummaryrefslogtreecommitdiffstats
path: root/plat/fvp/plat_pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/fvp/plat_pm.c')
-rw-r--r--plat/fvp/plat_pm.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/plat/fvp/plat_pm.c b/plat/fvp/plat_pm.c
index da940c1f6..c80d315b6 100644
--- a/plat/fvp/plat_pm.c
+++ b/plat/fvp/plat_pm.c
@@ -28,18 +28,12 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <stdio.h>
-#include <string.h>
-#include <assert.h>
#include <arch_helpers.h>
-#include <console.h>
-#include <platform.h>
-#include <bl_common.h>
-#include <bl31.h>
+#include <assert.h>
#include <bakery_lock.h>
#include <cci400.h>
-#include <gic_v2.h>
-/* Only included for error codes */
+#include <mmio.h>
+#include <platform.h>
#include <psci.h>
#include "drivers/pwrc/fvp_pwrc.h"