aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>2016-07-19 17:57:49 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-07-21 07:42:46 -0400
commitc11dd70fd7f50fca7dc05520ec8075f12d93cb63 (patch)
treeef6364da1e4406a02bfda0a40d0e93d9ee27a650
parent6256ebd5daf93505f12b66916fb1b961b38f4cf2 (diff)
ACPI / DPTF: move int340x_thermal.c to the DPTF folder
Since DPTF has its own folder under ACPI, move this file also there. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--drivers/acpi/Makefile1
-rw-r--r--drivers/acpi/dptf/Makefile3
-rw-r--r--drivers/acpi/dptf/int340x_thermal.c (renamed from drivers/acpi/int340x_thermal.c)0
3 files changed, 3 insertions, 1 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile
index f6d0cc0fb4e1..0325a539b1c8 100644
--- a/drivers/acpi/Makefile
+++ b/drivers/acpi/Makefile
@@ -44,7 +44,6 @@ acpi-y += acpi_lpss.o acpi_apd.o
44acpi-y += acpi_platform.o 44acpi-y += acpi_platform.o
45acpi-y += acpi_pnp.o 45acpi-y += acpi_pnp.o
46acpi-$(CONFIG_ARM_AMBA) += acpi_amba.o 46acpi-$(CONFIG_ARM_AMBA) += acpi_amba.o
47acpi-y += int340x_thermal.o
48acpi-y += power.o 47acpi-y += power.o
49acpi-y += event.o 48acpi-y += event.o
50acpi-$(CONFIG_ACPI_REDUCED_HARDWARE_ONLY) += evged.o 49acpi-$(CONFIG_ACPI_REDUCED_HARDWARE_ONLY) += evged.o
diff --git a/drivers/acpi/dptf/Makefile b/drivers/acpi/dptf/Makefile
index 62cbe8753a19..06ea8809583d 100644
--- a/drivers/acpi/dptf/Makefile
+++ b/drivers/acpi/dptf/Makefile
@@ -1 +1,4 @@
1obj-$(CONFIG_ACPI) += int340x_thermal.o
1obj-$(CONFIG_DPTF_POWER) += dptf_power.o 2obj-$(CONFIG_DPTF_POWER) += dptf_power.o
3
4ccflags-y += -Idrivers/acpi
diff --git a/drivers/acpi/int340x_thermal.c b/drivers/acpi/dptf/int340x_thermal.c
index 33505c651f62..33505c651f62 100644
--- a/drivers/acpi/int340x_thermal.c
+++ b/drivers/acpi/dptf/int340x_thermal.c