Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8cbba84 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "PM / wakeup: Fix error when CONFIG_QCOM_SHOW_RESUME_IRQ not defined" into msm-4.14

parents 6bb01985 904335e7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -132,7 +132,11 @@ extern int pm_async_enabled;
/* drivers/base/power/main.c */
extern struct list_head dpm_list;	/* The active device list */

#ifdef CONFIG_QCOM_SHOW_RESUME_IRQ
extern int msm_show_resume_irq_mask;
#else
#define msm_show_resume_irq_mask 0
#endif

static inline struct device *to_device(struct list_head *entry)
{