]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/fsl-pci: fix warning when CONFIG_SWIOTLB is disabled
authorJia Hongtao <B38951@freescale.com>
Tue, 18 Sep 2012 09:57:48 +0000 (17:57 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 19 Sep 2012 13:41:46 +0000 (08:41 -0500)
commit19fd086d8f6b1102b50e9ba72b0e8234265cc50f
tree9b05e4d789fa64114101302dba1d42534baa68f4
parentd30ef0f357012029dd374a2f74907a780d2b6669
powerpc/fsl-pci: fix warning when CONFIG_SWIOTLB is disabled

Fix the following warning:
arch/powerpc/sysdev/fsl_pci.c: In function 'fsl_pci_probe':
arch/powerpc/sysdev/fsl_pci.c:867:25: error: unused variable 'hose'

Signed-off-by: Jia Hongtao <B38951@freescale.com>
Acked-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/sysdev/fsl_pci.c