diff options
author | danh-arm <dan.handley@arm.com> | 2015-03-05 15:02:41 +0000 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2015-03-05 15:02:41 +0000 |
commit | 5930eadbe5d8d4c3f15fd910476f72cd5bf86f44 (patch) | |
tree | c088f032c61d12d7cd0ee35c1fad18efddba8fb7 /plat/juno/bl31_plat_setup.c | |
parent | 0412c66a9e5a55e960055d80e2ff604fadf1ca3e (diff) | |
parent | ba592e280229c8d86e2ad688d0eba11b70172f5f (diff) |
Merge pull request #261 from sandrine-bailleux/sb/coding-style
Ignore C library files when checking coding style
Fix violations to the coding style
Diffstat (limited to 'plat/juno/bl31_plat_setup.c')
-rw-r--r-- | plat/juno/bl31_plat_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/juno/bl31_plat_setup.c b/plat/juno/bl31_plat_setup.c index ad8ea435..1d337688 100644 --- a/plat/juno/bl31_plat_setup.c +++ b/plat/juno/bl31_plat_setup.c @@ -182,7 +182,7 @@ void bl31_platform_setup(void) * Perform the very early platform specific architectural setup here. At the * moment this is only intializes the mmu in a quick and dirty way. ******************************************************************************/ -void bl31_plat_arch_setup() +void bl31_plat_arch_setup(void) { configure_mmu_el3(BL31_RO_BASE, (BL31_END - BL31_RO_BASE), |