summaryrefslogtreecommitdiff
path: root/src/device/pci_ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/pci_ops.c')
-rw-r--r--src/device/pci_ops.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/device/pci_ops.c b/src/device/pci_ops.c
index 6d88209027..202a9cd410 100644
--- a/src/device/pci_ops.c
+++ b/src/device/pci_ops.c
@@ -20,13 +20,6 @@
#include <device/pci_ids.h>
#include <device/pci_ops.h>
-/* Overwrite with architecture specific method */
-const struct pci_bus_operations __attribute__((weak))
-*pci_bus_default_ops(struct device *dev)
-{
- return NULL;
-}
-
static const struct pci_bus_operations *pci_bus_ops(struct bus *bus, struct device *dev)
{
const struct pci_bus_operations *bops;