diff options
Diffstat (limited to 'Platform/ARM/JunoPkg')
-rw-r--r-- | Platform/ARM/JunoPkg/Library/ArmJunoLib/ArmJuno.c | 3 |
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>
|