diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-11-15 14:29:35 +0000 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-12-08 16:30:38 +0000 |
commit | aa5eed375ccf8b84b5b4959de4ee6e4556cc1479 (patch) | |
tree | a543121ce1815fef646bb985dbc23a92520993f3 /ArmPlatformPkg/Include | |
parent | eb618ba42fe07f0b710f68ba6017cee006a0b0ec (diff) | |
download | edk2-aa5eed375ccf8b84b5b4959de4ee6e4556cc1479.tar.gz edk2-aa5eed375ccf8b84b5b4959de4ee6e4556cc1479.tar.bz2 edk2-aa5eed375ccf8b84b5b4959de4ee6e4556cc1479.zip |
ArmPlatformPkg: remove unused PL301Axi driver
No platforms use this driver so remove it.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPlatformPkg/Include')
-rw-r--r-- | ArmPlatformPkg/Include/Drivers/PL301Axi.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ArmPlatformPkg/Include/Drivers/PL301Axi.h b/ArmPlatformPkg/Include/Drivers/PL301Axi.h deleted file mode 100644 index ae941839f0..0000000000 --- a/ArmPlatformPkg/Include/Drivers/PL301Axi.h +++ /dev/null @@ -1,21 +0,0 @@ -/** @file
-*
-* Copyright (c) 2011, ARM Limited. All rights reserved.
-*
-* This program and the accompanying materials
-* are licensed and made available under the terms and conditions of the BSD License
-* which accompanies this distribution. The full text of the license may be found at
-* http://opensource.org/licenses/bsd-license.php
-*
-* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-*
-**/
-
-#ifndef PL301AXI_H_
-#define PL301AXI_H_
-
-VOID PL301AxiInit(UINTN FAxiBase);
-
-
-#endif /* PL301AXI_H_ */
|