From: Boris BREZILLON Date: Mon, 2 Mar 2015 09:18:13 +0000 (+0100) Subject: PM / wakeup: export pm_system_wakeup symbol X-Git-Tag: omap-for-v4.1/wl12xx-dt~58^2~2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=432ec92b299e4bcbb0d9a116789563d53b2798e1;p=pandora-kernel.git PM / wakeup: export pm_system_wakeup symbol Export pm_system_wakeup function to allow irq handlers to deal with system wakeup. This is needed for shared IRQ lines where one of the handler is registered with IRQF_NO_SUSPEND, while the other ones want to configure it as a wakeup source. In this specific case, irq core does not handle the wakeup process and leave the decision to each irq handler. Signed-off-by: Boris Brezillon Reviewed-by: Alexandre Belloni Acked-by: Nicolas Ferre Acked-by: Mark Rutland Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed