mirror of https://github.com/acidanthera/audk.git
OvmfPkg/ResetSystemLib: Add missing dependency on PciLib
Add missing dependency on PciLib and remove extra includes of OvmfPlatforms.h. Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Message-Id: <20190813113119.14804-2-anthony.perard@citrix.com>
This commit is contained in:
parent
30781febe2
commit
aaebea27da
|
@ -11,11 +11,10 @@
|
|||
#include <Library/BaseLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/IoLib.h>
|
||||
#include <Library/PciLib.h>
|
||||
#include <Library/TimerLib.h>
|
||||
#include <OvmfPlatforms.h>
|
||||
|
||||
#include <OvmfPlatforms.h>
|
||||
|
||||
VOID
|
||||
AcpiPmControl (
|
||||
UINTN SuspendType
|
||||
|
|
|
@ -30,4 +30,5 @@
|
|||
[LibraryClasses]
|
||||
DebugLib
|
||||
IoLib
|
||||
PciLib
|
||||
TimerLib
|
||||
|
|
Loading…
Reference in New Issue