提交 abcab875 编写于 作者: U Ulf Hansson 提交者: Rafael J. Wysocki

PM / core: Drop internal unused inline functions for wakeups

The inline versions of device_wakeup_arm|disarm_wake_irqs(), which are
available while when CONFIG_PM is set and CONFIG_PM_SLEEP unset, are not
being used, hence let's drop them.
Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
Acked-by: NTony Lindgren <tony@atomide.com>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 2ef7c01c
...@@ -56,14 +56,6 @@ static inline void device_wakeup_detach_irq(struct device *dev) ...@@ -56,14 +56,6 @@ static inline void device_wakeup_detach_irq(struct device *dev)
{ {
} }
static inline void device_wakeup_arm_wake_irqs(void)
{
}
static inline void device_wakeup_disarm_wake_irqs(void)
{
}
#endif /* CONFIG_PM_SLEEP */ #endif /* CONFIG_PM_SLEEP */
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册