aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2013-08-08 15:20:36 +0200
committerJan Beulich <jbeulich@suse.com>2013-08-08 15:20:36 +0200
commitc17df4f584a3950c5f38d629e336b156dda18bbe (patch)
tree10a75e9602959dc7bf3d77ff192257aab466c769 /xen/include/asm-arm
parent5c858f0e55a443ef8717e18e0aa434a7fae0bd1f (diff)
downloadxen-c17df4f584a3950c5f38d629e336b156dda18bbe.tar.gz
xen-c17df4f584a3950c5f38d629e336b156dda18bbe.tar.bz2
xen-c17df4f584a3950c5f38d629e336b156dda18bbe.zip
cleanup unused request{_dt,}_irq() parameter
The irqflags parameter appears to be an unused vestigial parameter right from the integration of the IOMMU code in 2007. The parameter is 0 at all callsites and never used. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
Diffstat (limited to 'xen/include/asm-arm')
-rw-r--r--xen/include/asm-arm/irq.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/xen/include/asm-arm/irq.h b/xen/include/asm-arm/irq.h
index 80ff68dfc6..7c20703eff 100644
--- a/xen/include/asm-arm/irq.h
+++ b/xen/include/asm-arm/irq.h
@@ -42,8 +42,7 @@ void init_secondary_IRQ(void);
int __init request_dt_irq(const struct dt_irq *irq,
void (*handler)(int, void *, struct cpu_user_regs *),
- unsigned long irqflags, const char *devname,
- void *dev_id);
+ const char *devname, void *dev_id);
int __init setup_dt_irq(const struct dt_irq *irq, struct irqaction *new);
#endif /* _ASM_HW_IRQ_H */