summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/BdsLib
diff options
context:
space:
mode:
authorOlivier Martin <olivier.martin@arm.com>2013-12-10 16:39:54 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2013-12-10 16:39:54 +0000
commitb2ce4a396135c666e613d3608f342c217c62750e (patch)
tree8c3235c431cbdc9c993f281deb509fecfe5815ca /ArmPkg/Library/BdsLib
parent62436c2162f2201eb105169b414719705adb7e3e (diff)
downloadedk2-b2ce4a396135c666e613d3608f342c217c62750e.tar.gz
edk2-b2ce4a396135c666e613d3608f342c217c62750e.tar.bz2
edk2-b2ce4a396135c666e613d3608f342c217c62750e.zip
ARM Packages: Removed 'inline' keyword
'inline' keyword is not supported by the C89 (version used by EDK2). 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@14957 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Library/BdsLib')
-rw-r--r--ArmPkg/Library/BdsLib/BdsLinuxFdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPkg/Library/BdsLib/BdsLinuxFdt.c b/ArmPkg/Library/BdsLib/BdsLinuxFdt.c
index 58db0bdd66..ae302aff8a 100644
--- a/ArmPkg/Library/BdsLib/BdsLinuxFdt.c
+++ b/ArmPkg/Library/BdsLib/BdsLinuxFdt.c
@@ -25,7 +25,7 @@
#define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a))))
#define GET_CELL(p) (p += 4, *((const UINT32 *)(p-4)))
-STATIC inline
+STATIC
UINTN
cpu_to_fdtn (UINTN x) {
if (sizeof (UINTN) == sizeof (UINT32)) {