summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcd.c
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-12-04 21:57:55 +0000
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-12-08 16:30:32 +0000
commiteb618ba42fe07f0b710f68ba6017cee006a0b0ec (patch)
tree8ff699caff4807bb24ff53e9c3a2f036b5819490 /ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcd.c
parentd9b53608607b0c5df0031f18486b3c0fa8a1fb6e (diff)
downloadedk2-eb618ba42fe07f0b710f68ba6017cee006a0b0ec.tar.gz
edk2-eb618ba42fe07f0b710f68ba6017cee006a0b0ec.tar.bz2
edk2-eb618ba42fe07f0b710f68ba6017cee006a0b0ec.zip
ArmPlatformPkg/LcdGraphicsOutputDxe: move headers into driver directory
The HdLcd.h and PL111Lcd.h header files are internal headers that should not be used by other drivers. So move them from Include/Drivers into the driver directory instead. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcd.c')
-rw-r--r--ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcd.c b/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcd.c
index 2bfe2c0fe2..f5d7b53905 100644
--- a/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcd.c
+++ b/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcd.c
@@ -18,8 +18,7 @@
#include <Library/MemoryAllocationLib.h>
#include <Library/PcdLib.h>
-#include <Drivers/HdLcd.h>
-
+#include "HdLcd.h"
#include "LcdGraphicsOutputDxe.h"
/**********************************************************************