diff options
author | Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> | 2016-07-19 17:57:49 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-07-21 07:42:46 -0400 |
commit | c11dd70fd7f50fca7dc05520ec8075f12d93cb63 (patch) | |
tree | ef6364da1e4406a02bfda0a40d0e93d9ee27a650 | |
parent | 6256ebd5daf93505f12b66916fb1b961b38f4cf2 (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/Makefile | 1 | ||||
-rw-r--r-- | drivers/acpi/dptf/Makefile | 3 | ||||
-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 | |||
44 | acpi-y += acpi_platform.o | 44 | acpi-y += acpi_platform.o |
45 | acpi-y += acpi_pnp.o | 45 | acpi-y += acpi_pnp.o |
46 | acpi-$(CONFIG_ARM_AMBA) += acpi_amba.o | 46 | acpi-$(CONFIG_ARM_AMBA) += acpi_amba.o |
47 | acpi-y += int340x_thermal.o | ||
48 | acpi-y += power.o | 47 | acpi-y += power.o |
49 | acpi-y += event.o | 48 | acpi-y += event.o |
50 | acpi-$(CONFIG_ACPI_REDUCED_HARDWARE_ONLY) += evged.o | 49 | acpi-$(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 @@ | |||
1 | obj-$(CONFIG_ACPI) += int340x_thermal.o | ||
1 | obj-$(CONFIG_DPTF_POWER) += dptf_power.o | 2 | obj-$(CONFIG_DPTF_POWER) += dptf_power.o |
3 | |||
4 | ccflags-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 | |||