diff options
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/pci_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/pci_device.c b/src/device/pci_device.c index 3d236719bf..ffc679facf 100644 --- a/src/device/pci_device.c +++ b/src/device/pci_device.c @@ -734,7 +734,7 @@ void pci_dev_init(struct device *dev) } /** Default device operation for PCI devices */ -static struct pci_operations pci_dev_ops_pci = { +struct pci_operations pci_dev_ops_pci = { .set_subsystem = pci_dev_set_subsystem, }; |