diff mbox

[target-arm,1/2] arm: cpu.h: Remove unused typdefs

Message ID efaa0333fb80cd88f3a7559bb8d8a5dd29b5b121.1430096379.git.crosthwaite.peter@gmail.com
State New
Headers show

Commit Message

Peter Crosthwaite April 27, 2015, 1:38 a.m. UTC
These CP accessor function prototypes are unused. Remove them.

Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
---
 target-arm/cpu.h | 5 -----
 1 file changed, 5 deletions(-)

Comments

Michael Tokarev April 27, 2015, 2:47 p.m. UTC | #1
27.04.2015 04:38, Peter Crosthwaite wrote:
> These CP accessor function prototypes are unused. Remove them.

Applied to -trivial, thank you!

/mjt
diff mbox

Patch

diff --git a/target-arm/cpu.h b/target-arm/cpu.h
index 083211c..7069103 100644
--- a/target-arm/cpu.h
+++ b/target-arm/cpu.h
@@ -93,11 +93,6 @@ 
 #define ARM_CPU_VIRQ 2
 #define ARM_CPU_VFIQ 3
 
-typedef void ARMWriteCPFunc(void *opaque, int cp_info,
-                            int srcreg, int operand, uint32_t value);
-typedef uint32_t ARMReadCPFunc(void *opaque, int cp_info,
-                               int dstreg, int operand);
-
 struct arm_boot_info;
 
 #define NB_MMU_MODES 7