diff options
| -rw-r--r-- | include/linux/pm_wakeirq.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/pm_wakeirq.h b/include/linux/pm_wakeirq.h index 4046fa1b7d25..cd5b62db9084 100644 --- a/include/linux/pm_wakeirq.h +++ b/include/linux/pm_wakeirq.h | |||
| @@ -30,8 +30,7 @@ static inline int dev_pm_set_wake_irq(struct device *dev, int irq) | |||
| 30 | return 0; | 30 | return 0; |
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | static inline int dev_pm_set_dedicated__wake_irq(struct device *dev, | 33 | static inline int dev_pm_set_dedicated_wake_irq(struct device *dev, int irq) |
| 34 | int irq) | ||
| 35 | { | 34 | { |
| 36 | return 0; | 35 | return 0; |
| 37 | } | 36 | } |
