From c13f36654b5c122c7a75d89216535cc0bd5462ff Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Thu, 16 Nov 2017 16:30:55 +0000 Subject: [PATCH] ArmPlatformPkg: move internal PL061 header into driver directory Move the internal PL061 GPIO header file into the driver directory. It shouldn't be referenced directly by other modules anyway. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c | 3 ++- .../{Include/Drivers => Drivers/PL061GpioDxe}/PL061Gpio.h | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename ArmPlatformPkg/{Include/Drivers => Drivers/PL061GpioDxe}/PL061Gpio.h (100%) diff --git a/ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c b/ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c index 81b9f6daec..9b36df9daa 100644 --- a/ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c +++ b/ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c @@ -27,7 +27,8 @@ #include #include -#include + +#include "PL061Gpio.h" PLATFORM_GPIO_CONTROLLER *mPL061PlatformGpio; diff --git a/ArmPlatformPkg/Include/Drivers/PL061Gpio.h b/ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.h similarity index 100% rename from ArmPlatformPkg/Include/Drivers/PL061Gpio.h rename to ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.h -- 2.39.2