diff mbox

[3/3] ACPI: processor: remove _PDC object list from struct acpi_processor

Message ID 20091220192321.5438.45589.stgit@bob.kio (mailing list archive)
State RFC, archived
Headers show

Commit Message

Alexander Chiang Dec. 20, 2009, 7:23 p.m. UTC
None
diff mbox

Patch

diff --git a/include/acpi/processor.h b/include/acpi/processor.h
index 7cc433d..0ea5ef4 100644
--- a/include/acpi/processor.h
+++ b/include/acpi/processor.h
@@ -224,8 +224,6 @@  struct acpi_processor {
 	struct acpi_processor_throttling throttling;
 	struct acpi_processor_limit limit;
 	struct thermal_cooling_device *cdev;
-	/* the _PDC objects for this processor, if any */
-	struct acpi_object_list *pdc;
 };
 
 struct acpi_processor_errata {