summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pci_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/pci_pci.c')
-rw-r--r--sys/dev/pci/pci_pci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/pci_pci.c b/sys/dev/pci/pci_pci.c
index 40f8b8c..71d814c 100644
--- a/sys/dev/pci/pci_pci.c
+++ b/sys/dev/pci/pci_pci.c
@@ -51,7 +51,6 @@
#include "pcib_if.h"
static int pcib_probe(device_t dev);
-static int pcib_route_interrupt(device_t pcib, device_t dev, int pin);
static device_method_t pcib_methods[] = {
/* Device interface */
@@ -478,7 +477,7 @@ pcib_write_config(device_t dev, int b, int s, int f, int reg, u_int32_t val, int
/*
* Route an interrupt across a PCI bridge.
*/
-static int
+int
pcib_route_interrupt(device_t pcib, device_t dev, int pin)
{
device_t bus;
OpenPOWER on IntegriCloud