summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg
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
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')
-rw-r--r--ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcd.c3
-rw-r--r--ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcd.h (renamed from ArmPlatformPkg/Include/Drivers/HdLcd.h)0
-rw-r--r--ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111Lcd.c3
-rw-r--r--ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111Lcd.h (renamed from ArmPlatformPkg/Include/Drivers/PL111Lcd.h)0
4 files changed, 2 insertions, 4 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"
/**********************************************************************
diff --git a/ArmPlatformPkg/Include/Drivers/HdLcd.h b/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcd.h
index 6df97a9dfe..6df97a9dfe 100644
--- a/ArmPlatformPkg/Include/Drivers/HdLcd.h
+++ b/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcd.h
diff --git a/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111Lcd.c b/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111Lcd.c
index b5e113b844..a9ce60c5b0 100644
--- a/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111Lcd.c
+++ b/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111Lcd.c
@@ -15,9 +15,8 @@
#include <Library/IoLib.h>
#include <Library/MemoryAllocationLib.h>
-#include <Drivers/PL111Lcd.h>
-
#include "LcdGraphicsOutputDxe.h"
+#include "PL111Lcd.h"
/**********************************************************************
*
diff --git a/ArmPlatformPkg/Include/Drivers/PL111Lcd.h b/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111Lcd.h
index 18e28af805..18e28af805 100644
--- a/ArmPlatformPkg/Include/Drivers/PL111Lcd.h
+++ b/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111Lcd.h