summaryrefslogtreecommitdiff
path: root/include/linux/power
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-03-20 14:14:15 +0100
committerSebastian Reichel <sre@kernel.org>2017-04-14 01:41:34 +0200
commitb98074e2adc21b52b59e2c7889f58d0c9f6fd8e5 (patch)
tree29bb8f239f19fa31ddd1b1ed9bd72d37be616930 /include/linux/power
parentdba83476966b725736f99afb7d80c945c06ba6dc (diff)
power: bq24190_charger: mark PM functions as __maybe_unused
Without CONFIG_PM, we get a harmless warning: drivers/power/supply/bq24190_charger.c:1514:12: error: 'bq24190_runtime_resume' defined but not used [-Werror=unused-function] drivers/power/supply/bq24190_charger.c:1501:12: error: 'bq24190_runtime_suspend' defined but not used [-Werror=unused-function] To avoid the warning, we can mark all four PM functions as __maybe_unused, which also lets us remove the incorrect #ifdef. Fixes: 3d8090cba638 ("power: bq24190_charger: Check the interrupt status on resume") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Liam Breck <kernel@networkimprov.net> Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'include/linux/power')
0 files changed, 0 insertions, 0 deletions