]> xenbits.xensource.com Git - people/julieng/xen-unstable.git/commitdiff
xen/arm: io: remove mmio_check_t typedef
authorJulien Grall <julien.grall@citrix.com>
Wed, 7 Oct 2015 14:41:03 +0000 (15:41 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 8 Oct 2015 11:22:45 +0000 (12:22 +0100)
This typedef is a left-over of the previous MMIO emulation
implementation.

Signed-off-by: Julien Grall <julien.grall@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/include/asm-arm/mmio.h

index 1cd7a7a61eaa47e0958ec780c42b45410196a66a..d9b5da42b5ebb38c4b3ecfa8ddb7203e97ec24e4 100644 (file)
@@ -34,7 +34,6 @@ typedef struct
 
 typedef int (*mmio_read_t)(struct vcpu *v, mmio_info_t *info, void *priv);
 typedef int (*mmio_write_t)(struct vcpu *v, mmio_info_t *info, void *priv);
-typedef int (*mmio_check_t)(struct vcpu *v, paddr_t addr);
 
 struct mmio_handler_ops {
     mmio_read_t read;