summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/8xx/pic.c
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2022-04-06 08:23:19 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2022-05-11 23:06:40 +1000
commit14d893fc6846892ae68f8b259594d9cdae99e515 (patch)
treec8742b16b8a6916121b153b3018d80c1e0111827 /arch/powerpc/platforms/8xx/pic.c
parent22add2a20e968291251d46d1b833b651b6aba5d7 (diff)
downloadlinux-14d893fc6846892ae68f8b259594d9cdae99e515.tar.gz
powerpc/8xx: Convert CPM1 interrupt controller to platform_device
In the same logic as commit be7ecbd240b2 ("soc: fsl: qe: convert QE interrupt controller to platform_device"), convert CPM1 interrupt controller to platform_device. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/fb80d0b2077312079c49da0296e25591578771cd.1649226186.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'arch/powerpc/platforms/8xx/pic.c')
-rw-r--r--arch/powerpc/platforms/8xx/pic.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/8xx/pic.c b/arch/powerpc/platforms/8xx/pic.c
index 1fe178cd6810..1485b20dd37a 100644
--- a/arch/powerpc/platforms/8xx/pic.c
+++ b/arch/powerpc/platforms/8xx/pic.c
@@ -15,8 +15,6 @@
#define PIC_VEC_SPURRIOUS 15
-extern int cpm_get_irq(struct pt_regs *regs);
-
static struct irq_domain *mpc8xx_pic_host;
static unsigned long mpc8xx_cached_irq_mask;
static sysconf8xx_t __iomem *siu_reg;