diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-09-27 12:48:58 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-09-27 12:48:58 +1000 |
commit | e8294de53bb788b3a6f7c09d143c7cdc60b65753 (patch) | |
tree | 10834ad88c3d7d248aa854edafb292905d843bf1 /arch/powerpc/sysdev/fsl_pci.c | |
parent | 9aae341287f55d5fc71f8a884e671f9058ad3388 (diff) | |
parent | 4d56dec5dca496655ef035ef3b80f7c47dc22b77 (diff) |
Merge remote-tracking branch 'kumar/next' into next
A few more fsl updates from Kumar
Diffstat (limited to 'arch/powerpc/sysdev/fsl_pci.c')
-rw-r--r-- | arch/powerpc/sysdev/fsl_pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/fsl_pci.c b/arch/powerpc/sysdev/fsl_pci.c index 2ff35765a6a..3d6f4d8b2e9 100644 --- a/arch/powerpc/sysdev/fsl_pci.c +++ b/arch/powerpc/sysdev/fsl_pci.c @@ -864,7 +864,9 @@ static int __devinit fsl_pci_probe(struct platform_device *pdev) { int ret; struct device_node *node; +#ifdef CONFIG_SWIOTLB struct pci_controller *hose; +#endif node = pdev->dev.of_node; ret = fsl_add_bridge(node, fsl_pci_primary == node); |