diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2025-01-16 16:01:46 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-01-17 18:37:27 +0000 |
commit | a4928a0cfc269d268f6832111e2c4435fde366b8 (patch) | |
tree | 2a40abaf2c7ec7f27f3aaf6d76f79c51dfec226e /ArmPkg/Include/Library | |
parent | aad4dd9aac345e3e971c6b1bd548ac6e09a4183f (diff) | |
download | edk2-a4928a0cfc269d268f6832111e2c4435fde366b8.tar.gz |
ArmPkg/ArmGic: Remove ArmGicEndOfInterrupt () API
ArmGicEndOfInterrupt () is never used: the v2 and v3 versions of the
driver call respective specific versions directly, and so this API can
be removed.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'ArmPkg/Include/Library')
-rw-r--r-- | ArmPkg/Include/Library/ArmGicLib.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ArmPkg/Include/Library/ArmGicLib.h b/ArmPkg/Include/Library/ArmGicLib.h index 70c80cfb05..725ee268af 100644 --- a/ArmPkg/Include/Library/ArmGicLib.h +++ b/ArmPkg/Include/Library/ArmGicLib.h @@ -151,13 +151,6 @@ ArmGicGetMaxNumInterrupts ( IN UINTN GicDistributorBase
);
-VOID
-EFIAPI
-ArmGicEndOfInterrupt (
- IN UINTN GicInterruptInterfaceBase,
- IN UINTN Source
- );
-
UINTN
EFIAPI
ArmGicSetPriorityMask (
|