]> xenbits.xensource.com Git - qemu-xen.git/commit
i.mx7d: Change IRQ number type from hwaddr to int
authorJean-Christophe Dubois <jcd@tribudubois.net>
Fri, 29 Jun 2018 14:11:17 +0000 (15:11 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 29 Jun 2018 14:11:17 +0000 (15:11 +0100)
commitd82fa734229c9416a0111f49bde054e594679368
treef7de10ab13d8894a6bd58d4b85ede71ba9ec5fc8
parentb4cf3e6f267da6461d97a4ec154fd048eddbb430
i.mx7d: Change IRQ number type from hwaddr to int

The qdev_get_gpio_in() function accept an int as second parameter.

Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/fsl-imx7.c