diff mbox

[Xen-devel,v1,1/8] xen/arm: io: remove mmio_check_t typedef

Message ID 1443192698-16163-2-git-send-email-julien.grall@citrix.com
State New
Headers show

Commit Message

Julien Grall Sept. 25, 2015, 2:51 p.m. UTC
From: Julien Grall <julien.grall@linaro.org>

This typedef is a left-over of the previous MMIO emulation
implementation.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
---
    Changes in v2:
        - Patch added
---
 xen/include/asm-arm/mmio.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Ian Campbell Sept. 25, 2015, 4:33 p.m. UTC | #1
On Fri, 2015-09-25 at 15:51 +0100, Julien Grall wrote:
> From: Julien Grall <julien.grall@linaro.org>
> 
> This typedef is a left-over of the previous MMIO emulation
> implementation.
> 
> Signed-off-by: Julien Grall <julien.grall@linaro.org>

Acked-by: Ian Campbell <ian.campbell@citrix.com>
diff mbox

Patch

diff --git a/xen/include/asm-arm/mmio.h b/xen/include/asm-arm/mmio.h
index 0160f09..7278bce 100644
--- a/xen/include/asm-arm/mmio.h
+++ b/xen/include/asm-arm/mmio.h
@@ -34,7 +34,6 @@  typedef struct
 
 typedef int (*mmio_read_t)(struct vcpu *v, mmio_info_t *info);
 typedef int (*mmio_write_t)(struct vcpu *v, mmio_info_t *info);
-typedef int (*mmio_check_t)(struct vcpu *v, paddr_t addr);
 
 struct mmio_handler_ops {
     mmio_read_t read_handler;