]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg/ArmJunoDxe: Added missing header
authorOlivier Martin <olivier.martin@arm.com>
Wed, 4 Feb 2015 13:06:13 +0000 (13:06 +0000)
committeroliviermartin <oliviermartin@Edk2>
Wed, 4 Feb 2015 13:06:13 +0000 (13:06 +0000)
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@16756 6f19259b-4bc3-4df7-8a09-765794883524

ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.c

index 5b76bdd9873898a8abb62df08d4323f4728ba3bb..0542a2003672a414dcd9814865fcde1eefc1edeb 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 *\r
-*  Copyright (c) 2013-2014, ARM Limited. All rights reserved.\r
+*  Copyright (c) 2013-2015, ARM Limited. All rights reserved.\r
 *\r
 *  This program and the accompanying materials\r
 *  are licensed and made available under the terms and conditions of the BSD License\r
@@ -14,6 +14,7 @@
 \r
 #include "ArmJunoDxeInternal.h"\r
 #include <Library/ArmShellCmdLib.h>\r
+#include <Library/AcpiLib.h>\r
 \r
 // This GUID must match the FILE_GUID in ArmPlatformPkg/ArmJunoPkg/AcpiTables/AcpiTables.inf\r
 STATIC CONST EFI_GUID mJunoAcpiTableFile = { 0xa1dd808e, 0x1e95, 0x4399, { 0xab, 0xc0, 0x65, 0x3c, 0x82, 0xe8, 0x53, 0x0c } };\r
@@ -81,7 +82,7 @@ ArmJunoEntryPoint (
   if (EFI_ERROR (Status)) {\r
     return Status;\r
   }\r
-
+\r
   // Try to install the Flat Device Tree (FDT). This function actually installs the\r
   // UEFI Driver Binding Protocol.\r
   Status = JunoFdtInstall (ImageHandle);\r