From: Hauke Mehrtens Date: Sat, 7 Jun 2014 18:32:57 +0000 (+0200) Subject: backports: rename irq_get_trigger_type() X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7f9ad2765e3ad201b592d9491d4707234129d0c2;p=openwrt%2Fstaging%2Fblogic.git backports: rename irq_get_trigger_type() This should avoid possible name conflicts. Signed-off-by: Hauke Mehrtens --- diff --git a/backport/backport-include/linux/irq.h b/backport/backport-include/linux/irq.h index 8b2804d6a73e..1738e9b8967b 100644 --- a/backport/backport-include/linux/irq.h +++ b/backport/backport-include/linux/irq.h @@ -3,6 +3,7 @@ #include_next #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);