From: Rafael J. Wysocki Date: Tue, 29 Oct 2013 23:00:30 +0000 (+0100) Subject: ACPI / processor: Do not request ACPI cpufreq module directly X-Git-Tag: v3.13-rc1~96^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34411a69a4925dd6de8e1069956f59d758da3ce9;p=pandora-kernel.git ACPI / processor: Do not request ACPI cpufreq module directly Function acpi_processor_load_module() used by the ACPI processor driver can only really work if the acpi-cpufreq module is available when acpi_processor_start() is executed which usually is not the case for systems loading the processor driver module from an initramfs. Moreover, that used to be a hackish workaround for module autoloading issues, but udev loads acpi-cpufreq just fine nowadays, so that function isn't really necessary any more. For this reason, drop acpi_processor_load_module() entirely. Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed