From: Peter Crosthwaite Date: Mon, 27 Apr 2015 01:38:18 +0000 (-0700) Subject: arm: cpu.h: Remove unused typdefs X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ef1d27f4b17c4238ed3395724026910973026d2b;p=people%2Fliuw%2Flibxenctrl-split%2Fqemu-xen.git arm: cpu.h: Remove unused typdefs These CP accessor function prototypes are unused. Remove them. Signed-off-by: Peter Crosthwaite Signed-off-by: Michael Tokarev --- diff --git a/target-arm/cpu.h b/target-arm/cpu.h index d63d9b20f..8df0b6a39 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