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
This commit is contained in:
Olivier Martin 2013-06-27 18:17:19 +00:00 committed by oliviermartin
parent 6f050ad6bf
commit a3202839da
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "ArmV7Lib.h"
#include "ArmLibPrivate.h"
STATIC
VOID
PopulateLevel2PageTable (
IN UINT32 *SectionEntry,
@ -120,6 +121,7 @@ PopulateLevel2PageTable (
}
STATIC
VOID
FillTranslationTable (
IN UINT32 *TranslationTable,