commit | 480599933a69a8a8dc1390c2164e49e20a1593b9 | [log] [tgz] |
---|---|---|
author | Li Yang <leoli@freescale.com> | Thu Apr 22 16:31:39 2010 +0800 |
committer | Kumar Gala <galak@kernel.crashing.org> | Mon May 24 21:26:35 2010 -0500 |
tree | cf2b37f439c9e1b06cf17b6cd94559f0bfcdee13 | |
parent | 061ca4adfb2e3c986a182fd30f7e939a1ff8d29d [diff] [blame] |
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>
diff --git a/arch/powerpc/sysdev/fsl_msi.h b/arch/powerpc/sysdev/fsl_msi.h index 8fc5523..624580c 100644 --- a/arch/powerpc/sysdev/fsl_msi.h +++ b/arch/powerpc/sysdev/fsl_msi.h
@@ -32,6 +32,7 @@ u32 msi_addr_hi; void __iomem *msi_regs; u32 feature; + int msi_virqs[NR_MSI_REG]; struct msi_bitmap bitmap;