diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2012-11-14 18:30:01 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2012-11-14 18:30:01 -0500 |
commit | 046d9ce6820e99087e81511284045eada94950e8 (patch) | |
tree | ee711962f10007ca4f439aedbe8986ac531a4988 /drivers/acpi/Makefile | |
parent | b4b6cae2f36d92b31788f10816709d5290a1119a (diff) |
ACPI: Move device resources interpretation code from PNP to ACPI core
Move some code used for parsing ACPI device resources from the PNP
subsystem to the ACPI core, so that other bus types (platform, SPI,
I2C) can use the same routines for parsing resources in a consistent
way, without duplicating code.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Tested-by: Mika Westerberg <mika.westerberg@linux.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 227c82bbe9a1..3223edfb23b6 100644 --- a/drivers/acpi/Makefile +++ b/drivers/acpi/Makefile | |||
@@ -32,6 +32,7 @@ acpi-$(CONFIG_ACPI_SLEEP) += proc.o | |||
32 | # | 32 | # |
33 | acpi-y += bus.o glue.o | 33 | acpi-y += bus.o glue.o |
34 | acpi-y += scan.o | 34 | acpi-y += scan.o |
35 | acpi-y += resource.o | ||
35 | acpi-y += processor_core.o | 36 | acpi-y += processor_core.o |
36 | acpi-y += ec.o | 37 | acpi-y += ec.o |
37 | acpi-$(CONFIG_ACPI_DOCK) += dock.o | 38 | acpi-$(CONFIG_ACPI_DOCK) += dock.o |