PM: Make suspend_device() static
suspend_device() can become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
c6868ea00b
commit
19e20c913b
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user