mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 16:44:10 +02:00
DynamicTablesPkg: FdtHwInfoParserLib: Move ArmLib.h to ArmGicCParser.c
ArmLib.h is required only for building GIC in ARM. So, move it to ARM specific file. Otherwise, FdtHwInfoParserInclude.h being a common header across architectures will have issue on other architectures. Suggested-by: Sunil V L <sunilvl@ventanamicro.com> Signed-off-by: Pierre Gondois <pierre.gondois@arm.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
parent
a7cc72c360
commit
5782aef055
@ -11,6 +11,7 @@
|
|||||||
- linux/Documentation/devicetree/bindings/arm/pmu.yaml
|
- linux/Documentation/devicetree/bindings/arm/pmu.yaml
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
#include <Library/ArmLib.h>
|
||||||
#include "FdtHwInfoParser.h"
|
#include "FdtHwInfoParser.h"
|
||||||
#include "CmObjectDescUtility.h"
|
#include "CmObjectDescUtility.h"
|
||||||
#include "Arm/Gic/ArmGicCParser.h"
|
#include "Arm/Gic/ArmGicCParser.h"
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
#include <Base.h>
|
#include <Base.h>
|
||||||
#include <libfdt.h>
|
#include <libfdt.h>
|
||||||
#include <Library/ArmLib.h>
|
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/MemoryAllocationLib.h>
|
#include <Library/MemoryAllocationLib.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user