From 3f86e570f26837d9f48d64b7ece85853cb45becd Mon Sep 17 00:00:00 2001 From: Sudeep Holla Date: Sat, 1 Aug 2015 21:03:56 +0530 Subject: [PATCH] ARM: davinci: cp_intc: use IRQCHIP_SKIP_SET_WAKE instead of irq_set_wake callback Commit 60f96b41f71d ("genirq: Add IRQCHIP_SKIP_SET_WAKE flag") introduced a new flag to skip the irq_set_wake callback in the irqchip core to avoid adding dummy irq_set_wake in the irqchip implementations. This patch removes the dummy callback and sets the IRQCHIP_SKIP_SET_WAKE flags. Cc: Sekhar Nori Cc: Kevin Hilman Signed-off-by: Sudeep Holla Signed-off-by: Sekhar Nori Signed-off-by: Olof Johansson --- Reading git-format-patch failed