From: Bjorn Helgaas Date: Tue, 7 Apr 2009 15:37:06 +0000 (+0000) Subject: ACPI: thermal: use .notify method instead of installing handler directly X-Git-Tag: v2.6.30-rc2~113^2^6~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=342d550db1bc0b879007a8cdb38645558e839680;p=pandora-kernel.git ACPI: thermal: use .notify method instead of installing handler directly This patch adds a .notify() method. The presence of .notify() causes Linux/ACPI to manage event handlers and notify handlers on our behalf, so we don't have to install and remove them ourselves. Signed-off-by: Bjorn Helgaas CC: Zhang Rui Signed-off-by: Len Brown --- Reading git-diff-tree failed