From: Lan Tianyu Date: Tue, 13 Aug 2013 10:11:22 +0000 (+0200) Subject: ACPI / processor: Remove acpi_processor_get_limit_info() X-Git-Tag: v3.12-rc1~178^2~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22e7551eb6fd58352930306039a98313c011e615;p=pandora-kernel.git ACPI / processor: Remove acpi_processor_get_limit_info() acpi_processor_get_limit_info() is only called in the __acpi_processor_start() and what it does actually is just to check pr->flags.throttling and set limit. The pr pointer has been checked in the __acpi_processor_start() before acpi_processor_get_limit_info() being called. It doesn't make sense still to keep it as a function. So move code to __acpi_processor_start() and remove acpi_processor_get_limit_info(). Signed-off-by: Lan Tianyu Acked-by: Zhang Rui Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed