juno: Fix build errors due to recent changes
This is a miscellaneous commit that fixes all build
errors introduced by the rebase of the Juno codebase
on the latest trusted firmware.

 - Make codebase consistent in its use of #include "" syntax
   for user includes and #include <> syntax for system includes.

 - Sort header files alphabetically

 - Use tag names for structure types.
   Replace instances of the former io_handle and io_dev_handle
   types with uintptr_t.

 - Review the .c and .S files for which header files really need
   including and reorder the #include statements alphabetically.

Change-Id: I1d409fafb6dc257a38992ee15b22b0e890d040b0
1 parent dbff210 commit 65a42f57eb7e503dbc00dd38d8ca9b80d4afda79
@Sandrine Bailleux Sandrine Bailleux authored on 23 May 2014
Showing 17 changed files
View
bl31/bl31_main.c
View
plat/juno/aarch64/bl1_plat_helpers.S
View
plat/juno/aarch64/plat_common.c
View
plat/juno/aarch64/plat_helpers.S
View
plat/juno/bl1_plat_setup.c
View
plat/juno/bl2_plat_setup.c
View
plat/juno/bl31_plat_setup.c
View
plat/juno/mhu.c
View
plat/juno/mhu.h
View
plat/juno/plat_gic.c
View
plat/juno/plat_io_storage.c
View
plat/juno/plat_pm.c
View
plat/juno/plat_topology.c
View
plat/juno/platform.h
View
plat/juno/platform.mk
View
plat/juno/scpi.h
View
plat/juno/smc_arm.c