powerpc/fsl: msi: sparse fixes
authorKim Phillips <kim.phillips@freescale.com>
Fri, 30 Nov 2012 23:34:59 +0000 (17:34 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 12 Feb 2013 17:05:23 +0000 (11:05 -0600)
commit6cce76dc9ed9efc0a43fca233ddd205e7ded55eb
tree23d20c2b9d07bb9f2756470cd533b78c1e798b62
parent8998a030098db908a2b20c864d7ec7246db516f8
powerpc/fsl: msi: sparse fixes

arch/powerpc/sysdev/fsl_msi.c:31:1: warning: symbol 'msi_head' was not declared. Should it be static?
arch/powerpc/sysdev/fsl_msi.c:138:40: warning: incorrect type in argument 1 (different base types)
arch/powerpc/sysdev/fsl_msi.c:138:40:    expected restricted __be64 const [usertype] *p
arch/powerpc/sysdev/fsl_msi.c:138:40:    got unsigned long long const [usertype] *[assigned] reg

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/sysdev/fsl_msi.c