From: Michal Simek Date: Tue, 29 Oct 2013 15:02:00 +0000 (+0100) Subject: ARM: 7871/1: amba: Extend number of IRQS X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4d8981f6b784ae445a28de909d77e27836c3ed44;p=linux.git ARM: 7871/1: amba: Extend number of IRQS Xilinx Zynq pl330 dma driver has 9 irqs which all have to be used by the driver to get it work properly. Signed-off-by: Michal Simek Signed-off-by: Russell King --- diff --git a/include/linux/amba/bus.h b/include/linux/amba/bus.h index 43ec7e247a808..b327a1b1b7e85 100644 --- a/include/linux/amba/bus.h +++ b/include/linux/amba/bus.h @@ -21,7 +21,7 @@ #include #include -#define AMBA_NR_IRQS 2 +#define AMBA_NR_IRQS 9 #define AMBA_CID 0xb105f00d struct clk;