ArmPlatformPkg: move internal SP805 header into driver directory

Move the internal SP805 watchdog 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 <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
Ard Biesheuvel 2017-11-16 16:33:06 +00:00
parent c13f36654b
commit b9fddfb861
2 changed files with 2 additions and 1 deletions
ArmPlatformPkg/Drivers/SP805WatchdogDxe

View File

@ -25,7 +25,8 @@
#include <Library/UefiLib.h>
#include <Protocol/WatchdogTimer.h>
#include <Drivers/SP805Watchdog.h>
#include "SP805Watchdog.h"
EFI_EVENT EfiExitBootServicesEvent = (EFI_EVENT)NULL;