diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/include/arch/pci_ops.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/x86/include/arch/pci_ops.h b/src/arch/x86/include/arch/pci_ops.h index e6027b7038..fa293173d5 100644 --- a/src/arch/x86/include/arch/pci_ops.h +++ b/src/arch/x86/include/arch/pci_ops.h @@ -22,8 +22,4 @@ static inline const struct pci_bus_operations *pci_config_default(void) #endif } -static inline void pci_set_method(device_t dev) -{ - dev->ops->ops_pci_bus = pci_config_default(); -} #endif /* ARCH_I386_PCI_OPS_H */ |