diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2020-10-06 18:05:13 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-10-22 18:38:21 +0200 |
commit | a7305e684fcfb33029fe3d0af6b7d8dc4c8ca7a1 (patch) | |
tree | e80f85ed5b5b579dc7aca3b36398c238aba05f5a /drivers/power/avs/Makefile | |
parent | bca815d620544c27288abf4841e39922d694425c (diff) |
PM: AVS: qcom-cpr: Move the driver to the qcom specific drivers
The avs drivers are all SoC specific drivers that doesn't share any code.
Instead they are located in a directory, mostly to keep similar
functionality together. From a maintenance point of view, it makes better
sense to collect SoC specific drivers like these, into the SoC specific
directories.
Therefore, let's move the qcom-cpr driver to the qcom directory.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Acked-by: Niklas Cassel <nks@flawful.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/power/avs/Makefile')
-rw-r--r-- | drivers/power/avs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/avs/Makefile b/drivers/power/avs/Makefile index 735832f47214..a4e40e534e6a 100644 --- a/drivers/power/avs/Makefile +++ b/drivers/power/avs/Makefile @@ -1,2 +1 @@ # SPDX-License-Identifier: GPL-2.0-only -obj-$(CONFIG_QCOM_CPR) += qcom-cpr.o |