diff options
Diffstat (limited to 'drivers/xen/pci.c')
-rw-r--r-- | drivers/xen/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/pci.c b/drivers/xen/pci.c index 66057075d6e2..b84bf0b6cc34 100644 --- a/drivers/xen/pci.c +++ b/drivers/xen/pci.c | |||
@@ -116,7 +116,7 @@ static int xen_add_device(struct device *dev) | |||
116 | &manage_pci_ext); | 116 | &manage_pci_ext); |
117 | } else { | 117 | } else { |
118 | struct physdev_manage_pci manage_pci = { | 118 | struct physdev_manage_pci manage_pci = { |
119 | .bus = pci_dev->bus->number, | 119 | .bus = pci_dev->bus->number, |
120 | .devfn = pci_dev->devfn, | 120 | .devfn = pci_dev->devfn, |
121 | }; | 121 | }; |
122 | 122 | ||