ARM: pxa: balloon3: Fix build error
authorAxel Lin <axel.lin@ingics.com>
Tue, 1 Sep 2015 01:52:21 +0000 (09:52 +0800)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Wed, 16 Sep 2015 19:24:58 +0000 (21:24 +0200)
commit385877c01361401113c101ef5a80a9f0998e072b
tree723143e78751efd5349b8f4214f9576c082e3def
parentb692cb83b14d2f741f513221f5f78042c674c2a9
ARM: pxa: balloon3: Fix build error

irq_data_get_chip() function does not exist, call irq_desc_get_chip()
instead.

Fixes: 9ec97561aa6d ("ARM/pxa: Prepare balloon3_irq_handler for irq argument removal")
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
arch/arm/mach-pxa/balloon3.c