]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: rtsx: Fix build warnings for !PM
authorThierry Reding <treding@nvidia.com>
Thu, 2 Oct 2014 07:25:17 +0000 (09:25 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 10 Nov 2014 15:21:59 +0000 (15:21 +0000)
commitaa28df49e7d2e2184fa8252a46bf3e94d852673b
tree0a91ce3b90f69aa52d16db3e986fdc67bb57b86d
parent02d2448c9a568aa9c628483266947a45919beb3e
mfd: rtsx: Fix build warnings for !PM

rtsx_pci_power_off() is called only from rtsx_pci_suspend(), which isn't
built when PM is disabled.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/rtsx_pcr.c