summaryrefslogtreecommitdiff
path: root/Platform/ARM/JunoPkg
diff options
context:
space:
mode:
Diffstat (limited to 'Platform/ARM/JunoPkg')
-rw-r--r--Platform/ARM/JunoPkg/Library/ArmJunoLib/ArmJuno.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Platform/ARM/JunoPkg/Library/ArmJunoLib/ArmJuno.c b/Platform/ARM/JunoPkg/Library/ArmJunoLib/ArmJuno.c
index 4a57ec5517..5ec72ff7ed 100644
--- a/Platform/ARM/JunoPkg/Library/ArmJunoLib/ArmJuno.c
+++ b/Platform/ARM/JunoPkg/Library/ArmJunoLib/ArmJuno.c
@@ -12,12 +12,11 @@
*
**/
-#include <Drivers/PL011Uart.h>
-
#include <Library/IoLib.h>
#include <Library/ArmPlatformLib.h>
#include <Library/DebugLib.h>
#include <Library/PcdLib.h>
+#include <Library/PL011UartLib.h>
#include <Ppi/ArmMpCoreInfo.h>