platform-drivers: x86: pmic: Restore the dropped buslock/unlock
authorThomas Gleixner <tglx@linutronix.de>
Sat, 2 Apr 2011 19:23:36 +0000 (21:23 +0200)
committerMatthew Garrett <mjg@redhat.com>
Mon, 4 Apr 2011 16:51:16 +0000 (12:51 -0400)
commit65d7ac038e34702feedad91d0bf597b1f0a4174a
treef6c6ae566e9996fde751686fdee3fa9edddd702f
parentfef34861381eefe266c822fc28bdedc897a8265f
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 <tglx@linutronix.de>
Cc: Matthew Garrett <mjg@redhat.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/intel_pmic_gpio.c