Skip to content
Commit d8e2ac33 authored by Thierry Reding's avatar Thierry Reding Committed by Chris Ball
Browse files

mmc: sdio: Fix PM_SLEEP related build warnings



Power management callbacks defined by SIMPLE_DEV_PM_OPS are only used if
the PM_SLEEP Kconfig symbol has been defined. If not, the compiler will
complain about them being unused. However, since the callback for this
driver doesn't do anything it can just as well be dropped.

Signed-off-by: default avatarThierry Reding <thierry.reding@avionic-design.de>
Acked-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 1a41313e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment