diff options
author | Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> | 2015-01-28 11:56:46 -0800 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2015-01-29 21:02:10 +0800 |
commit | c55d62820efe3b847a21c78634356b5e4ec6d010 (patch) | |
tree | 644bcbeca462488810329ec91f3b454cfe2670dc /drivers/acpi/Makefile | |
parent | acebf7eea449f8e18f443804f1f20bc090f22d0a (diff) | |
download | blackbird-op-linux-c55d62820efe3b847a21c78634356b5e4ec6d010.tar.gz blackbird-op-linux-c55d62820efe3b847a21c78634356b5e4ec6d010.zip |
ACPI / LPAT: Common table processing functions
Since LPAT table processing is also required for other thermal drivers,
moved LPAT table related functions from intel PMIC driver (intel_pmic.c)
to a stand alonge module with exported interfaces.
In this way there will be no code duplication.
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/acpi/Makefile')
-rw-r--r-- | drivers/acpi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile index f74317cc1ca9..d22253d5b9f8 100644 --- a/drivers/acpi/Makefile +++ b/drivers/acpi/Makefile @@ -55,6 +55,7 @@ acpi-$(CONFIG_ACPI_PROCFS_POWER) += cm_sbs.o ifdef CONFIG_ACPI_VIDEO acpi-y += video_detect.o endif +acpi-y += acpi_lpat.o # These are (potentially) separate modules |