diff options
| author | Harrison Mutai <harrison.mutai@arm.com> | 2026-06-30 15:41:08 +0000 |
|---|---|---|
| committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2026-06-30 15:41:08 +0000 |
| commit | a0b0452186ef40ee5dee6de35fc3bfacbf2efe10 (patch) | |
| tree | bc7a4e0b20f020e1b18c30660832236a80c1e6aa /lib | |
| parent | 365bbb200226cbfd46363978b296224cdbf0fc96 (diff) | |
| parent | f2f23d2535ecc0d79d3e451272d946aeb542d0bd (diff) | |
| download | arm-trusted-firmware-a0b0452186ef40ee5dee6de35fc3bfacbf2efe10.tar.gz arm-trusted-firmware-a0b0452186ef40ee5dee6de35fc3bfacbf2efe10.zip | |
Merge "refactor(context-mgmt): move ICC_SRE definitions to arch.h file" into integration
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/el3_runtime/aarch64/context_mgmt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/el3_runtime/aarch64/context_mgmt.c b/lib/el3_runtime/aarch64/context_mgmt.c index 7df22dc37..044efa37c 100644 --- a/lib/el3_runtime/aarch64/context_mgmt.c +++ b/lib/el3_runtime/aarch64/context_mgmt.c @@ -18,7 +18,6 @@ #include <common/bl_common.h> #include <common/debug.h> #include <context.h> -#include <drivers/arm/gicv3.h> #include <lib/cpus/cpu_ops.h> #include <lib/cpus/errata.h> #include <lib/el3_runtime/context_mgmt.h> |
