diff options
Diffstat (limited to 'arch/sh/drivers/pci/pci-auto.c')
-rw-r--r-- | arch/sh/drivers/pci/pci-auto.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/drivers/pci/pci-auto.c b/arch/sh/drivers/pci/pci-auto.c index cf48b12ee58c..1d715ec405b2 100644 --- a/arch/sh/drivers/pci/pci-auto.c +++ b/arch/sh/drivers/pci/pci-auto.c | |||
@@ -67,6 +67,7 @@ static struct pci_dev *fake_pci_dev(struct pci_channel *hose, | |||
67 | dev.devfn = devfn; | 67 | dev.devfn = devfn; |
68 | bus.number = busnr; | 68 | bus.number = busnr; |
69 | bus.ops = hose->pci_ops; | 69 | bus.ops = hose->pci_ops; |
70 | bus.sysdata = hose; | ||
70 | 71 | ||
71 | if(busnr != top_bus) | 72 | if(busnr != top_bus) |
72 | /* Fake a parent bus structure. */ | 73 | /* Fake a parent bus structure. */ |