提交 19e20c91 编写于 作者: A Adrian Bunk 提交者: Len Brown

PM: Make suspend_device() static

suspend_device() can become static.
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
Acked-by: NPavel Machek <pavel@ucw.cz>
Signed-off-by: NLen Brown <len.brown@intel.com>
上级 c6868ea0
...@@ -415,7 +415,7 @@ EXPORT_SYMBOL_GPL(device_power_down); ...@@ -415,7 +415,7 @@ EXPORT_SYMBOL_GPL(device_power_down);
* @dev: Device. * @dev: Device.
* @state: Power state device is entering. * @state: Power state device is entering.
*/ */
int suspend_device(struct device *dev, pm_message_t state) static int suspend_device(struct device *dev, pm_message_t state)
{ {
int error = 0; int error = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册