commit | a81ce7723e5b338d8359003fc769d5b9285026b9 | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Wed Jul 27 11:08:41 2016 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Wed Jul 27 11:16:57 2016 +0200 |
tree | 50f8bc291f0d6ab05d8ed581aacca720bf4f9e8f | |
parent | 9e48b33691e3466d42c8ad553ac19596a4fed44e [diff] |
mmc: sdhci-pxav3: Remove non needed #ifdef CONFIG_PM for dev_pm_ops As the SET_SYSTEM_SLEEP_PM_OPS and the SET_RUNTIME_PM_OPS macro deals with the CONFIG_PM options when assigning the callbacks, it becomes redundant to control this when declaring the struct dev_pm_ops. Instead let's always declare it as it simplifies the code. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>