diff options
| author | 2014-09-30 20:46:13 +0200 | |
|---|---|---|
| committer | 2014-09-30 20:46:13 +0200 | |
| commit | e4cb0c9e92f7b16db7a1e892ac6bcf2f736dfd50 (patch) | |
| tree | 35d66a4fc97aa642c14483966f050b5663ff02ca /include/linux/interrupt.h | |
| parent | Merge back earlier 'pm-sleep' material for v3.18. (diff) | |
| parent | PM / genirq: Document rules related to system suspend and interrupts (diff) | |
| download | linux-dev-e4cb0c9e92f7b16db7a1e892ac6bcf2f736dfd50.tar.xz linux-dev-e4cb0c9e92f7b16db7a1e892ac6bcf2f736dfd50.zip | |
Merge branch 'pm-genirq' into acpi-pm
Diffstat (limited to 'include/linux/interrupt.h')
| -rw-r--r-- | include/linux/interrupt.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 698ad053d064..69517a24bc50 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@ -193,11 +193,6 @@ extern void irq_wake_thread(unsigned int irq, void *dev_id); /* The following three functions are for the core kernel use only. */ extern void suspend_device_irqs(void); extern void resume_device_irqs(void); -#ifdef CONFIG_PM_SLEEP -extern int check_wakeup_irqs(void); -#else -static inline int check_wakeup_irqs(void) { return 0; } -#endif /** * struct irq_affinity_notify - context for notification of IRQ affinity changes |
