ArmPkg/ArmLib: Marked functions as 'STATIC' if not exposed outside of the scope of the source file

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14446 6f19259b-4bc3-4df7-8a09-765794883524
diff --git a/ArmPkg/Library/ArmLib/ArmV7/ArmV7Mmu.c b/ArmPkg/Library/ArmLib/ArmV7/ArmV7Mmu.c
index 61183f1..0f8b814 100644
--- a/ArmPkg/Library/ArmLib/ArmV7/ArmV7Mmu.c
+++ b/ArmPkg/Library/ArmLib/ArmV7/ArmV7Mmu.c
@@ -23,6 +23,7 @@
 #include "ArmV7Lib.h"

 #include "ArmLibPrivate.h"

 

+STATIC

 VOID

 PopulateLevel2PageTable (

   IN UINT32                         *SectionEntry,

@@ -120,6 +121,7 @@
 

 }

 

+STATIC

 VOID

 FillTranslationTable (

   IN  UINT32                        *TranslationTable,