summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/fsl_msi.h
diff options
context:
space:
mode:
authorLi Yang <leoli@freescale.com>2010-04-22 16:31:39 +0800
committerKumar Gala <galak@kernel.crashing.org>2010-05-24 21:26:35 -0500
commit480599933a69a8a8dc1390c2164e49e20a1593b9 (patch)
treecf2b37f439c9e1b06cf17b6cd94559f0bfcdee13 /arch/powerpc/sysdev/fsl_msi.h
parent061ca4adfb2e3c986a182fd30f7e939a1ff8d29d (diff)
downloadlinux-0-day-480599933a69a8a8dc1390c2164e49e20a1593b9.tar.gz
linux-0-day-480599933a69a8a8dc1390c2164e49e20a1593b9.tar.xz
powerpc/fsl_msi: add removal path and probe failing path
Also cleanup the probe function. Signed-off-by: Li Yang <leoli@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/sysdev/fsl_msi.h')
-rw-r--r--arch/powerpc/sysdev/fsl_msi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/fsl_msi.h b/arch/powerpc/sysdev/fsl_msi.h
index 8fc5523d6ee3b..624580c252d75 100644
--- a/arch/powerpc/sysdev/fsl_msi.h
+++ b/arch/powerpc/sysdev/fsl_msi.h
@@ -32,6 +32,7 @@ struct fsl_msi {
u32 msi_addr_hi;
void __iomem *msi_regs;
u32 feature;
+ int msi_virqs[NR_MSI_REG];
struct msi_bitmap bitmap;