mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
ANDROID: power: wakeup_reason: export log_threaded_irq_wakeup_reason
export log_threaded_irq_wakeup_reason for GKI Kernel modules can utilize this API to log wakeup irqs Bug: 160209373 Signed-off-by: claude.yen <claude.yen@mediatek.com> Change-Id: I4416a58a5c8ac2970405b8760ac1fb4360a96c76
This commit is contained in:
parent
9cfc3cb4ec
commit
2488b4d45f
|
|
@ -195,6 +195,7 @@ void log_threaded_irq_wakeup_reason(int irq, int parent_irq)
|
|||
|
||||
spin_unlock_irqrestore(&wakeup_reason_lock, flags);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(log_threaded_irq_wakeup_reason);
|
||||
|
||||
static void __log_abort_or_abnormal_wake(bool abort, const char *fmt,
|
||||
va_list args)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user