From: Alex Chiang Date: Sun, 20 Dec 2009 19:19:39 +0000 (-0700) Subject: ACPI: processor: introduce acpi_processor_alloc_pdc() X-Git-Tag: v2.6.33-rc2~3^2~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b407aef573b82139c3bc4dcaad2731fad56c054;p=pandora-kernel.git ACPI: processor: introduce acpi_processor_alloc_pdc() acpi_processor_init_pdc() isn't really doing anything interesting with the struct acpi_processor * parameter. Its real job is to allocate the buffer for the _PDC bits. So rename the function to acpi_processor_alloc_pdc(), and just return the struct acpi_object_list * it's supposed to allocate. Signed-off-by: Alex Chiang Signed-off-by: Len Brown --- Reading git-diff-tree failed