From: Daniel Lezcano Date: Thu, 5 Jul 2012 13:23:25 +0000 (+0200) Subject: ACPI: intel_idle : break dependency between modules X-Git-Tag: v3.6-rc1~155^2~8^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25ac77613aa8fca131599705e3d7da2a0eaa06a0;p=pandora-kernel.git ACPI: intel_idle : break dependency between modules When the system is booted with some cpus offline, the idle driver is not initialized. When a cpu is set online, the acpi code call the intel idle init function. Unfortunately this code introduce a dependency between intel_idle and acpi. This patch is intended to remove this dependency by using the notifier of intel_idle. This patch has the benefit of encapsulating the intel_idle driver and remove some exported functions. Signed-off-by: Daniel Lezcano Acked-by: Srivatsa S. Bhat Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed