kernel/include/linux/wakeup_reason.h
.. .. @@ -20,7 +20,7 @@ 20 20 21 21 #define MAX_SUSPEND_ABORT_LEN 256 22 22 23 -#ifdef CONFIG_SUSPEND23 +#if IS_ENABLED(CONFIG_SUSPEND) && !IS_ENABLED(CONFIG_DOVETAIL)24 24 void log_irq_wakeup_reason(int irq); 25 25 void log_threaded_irq_wakeup_reason(int irq, int parent_irq); 26 26 void log_suspend_abort_reason(const char *fmt, ...);