]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: spear_smi: add CONFIG_PM_SLEEP to suspend/resume functions
authorJingoo Han <jg1.han@samsung.com>
Tue, 26 Mar 2013 06:54:22 +0000 (15:54 +0900)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 15 May 2013 07:16:09 +0000 (10:16 +0300)
commit6b1f595f0847834144b7c12c53d77020076f627c
tree870a611f4fbadc602c89da5a1d3c33a2a141c6fa
parent9564238858284991043ca9fd821966f98f70f7b5
mtd: spear_smi: add CONFIG_PM_SLEEP to suspend/resume functions

Add CONFIG_PM_SLEEP to suspend/resume functions to fix the following
build warning when CONFIG_PM_SLEEP is not selected. This is because
sleep PM callbacks defined by SIMPLE_DEV_PM_OPS are only used when
the CONFIG_PM_SLEEP is enabled. Also, unnecessary CONFIG_PM ifdefs
are removed

drivers/mtd/devices/spear_smi.c:1049:12: warning: 'spear_smi_suspend' defined but not used [-Wunused-function]
drivers/mtd/devices/spear_smi.c:1059:12: warning: 'spear_smi_resume' defined but not used [-Wunused-function]

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/devices/spear_smi.c