MIPS: Netlogic: Use chip_data for irq_chip methods
authorKamlakant Patel <kamlakant.patel@broadcom.com>
Sat, 1 Aug 2015 12:14:20 +0000 (17:44 +0530)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 3 Sep 2015 10:08:03 +0000 (12:08 +0200)
commit325f0a1833c41d2d399fda161866923b72592cc9
treee6b6e05cc0b9eb2a34a1b75a71e81d22959fc1ed
parent832f5dacfa0bb081a3b3b979a36a132b28ffacf3
MIPS: Netlogic: Use chip_data for irq_chip methods

Update mips/netlogic/common/irq.c and mips/pci/msi-xlp.c to use chip_data
to store interrupt controller data pointer. It uses handler_data now,
and that causes errors when an API (like the GPIO subsystem) tries to
use the handler data.

Signed-off-by: Kamlakant Patel <kamlakant.patel@broadcom.com>
Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/10817/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/netlogic/common/irq.c
arch/mips/pci/msi-xlp.c