This should avoid possible name conflicts. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- backport/backport-include/linux/irq.h | 1 + 1 file changed, 1 insertion(+) diff --git a/backport/backport-include/linux/irq.h b/backport/backport-include/linux/irq.h index 8b2804d..1738e9b 100644 --- a/backport/backport-include/linux/irq.h +++ b/backport/backport-include/linux/irq.h @@ -3,6 +3,7 @@ #include_next <linux/irq.h> #if LINUX_VERSION_CODE < KERNEL_VERSION(3,11,0) +#define irq_get_trigger_type LINUX_BACKPORT(irq_get_trigger_type) static inline u32 irq_get_trigger_type(unsigned int irq) { struct irq_data *d = irq_get_irq_data(irq); -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html