aboutsummaryrefslogtreecommitdiff
path: root/src/devices/pcix_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/pcix_device.c')
-rw-r--r--src/devices/pcix_device.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/pcix_device.c b/src/devices/pcix_device.c
index 0fcedd5e45..42babe79dd 100644
--- a/src/devices/pcix_device.c
+++ b/src/devices/pcix_device.c
@@ -24,7 +24,6 @@
#include <device/pci_ids.h>
#include <device/pcix.h>
-
static void pcix_tune_dev(device_t dev)
{
unsigned cap;
@@ -130,7 +129,6 @@ unsigned int pcix_scan_bridge(device_t dev, unsigned int max)
return max;
}
-
/** Default device operations for PCI-X bridges */
static struct pci_operations pcix_bus_ops_pci = {
.set_subsystem = 0,