From: Thomas Gleixner Date: Sat, 2 Apr 2011 19:23:36 +0000 (+0200) Subject: platform-drivers: x86: pmic: Restore the dropped buslock/unlock X-Git-Tag: v2.6.39-rc4~63^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65d7ac038e34702feedad91d0bf597b1f0a4174a;p=pandora-kernel.git platform-drivers: x86: pmic: Restore the dropped buslock/unlock When I added the buslock/unlock mechanism to the pmic code in order to get rid of the horrible work queue stuff, stupid me missed to add the new callbacks to the irq_chip. In consequence Andrew removed the unused functions, but I missed that. Add them back and hook them up proper. Signed-off-by: Thomas Gleixner Cc: Matthew Garrett Cc: Andrew Morton Signed-off-by: Matthew Garrett --- Reading git-diff-tree failed