summaryrefslogtreecommitdiffstats
path: root/sys/i386/pci/pci_pir.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-02-10 12:02:37 +0000
committerphk <phk@FreeBSD.org>2005-02-10 12:02:37 +0000
commit13100c369956589d442ba72544d31d978324ee6a (patch)
treee482f2a3b11d8b31aaf943a15d6e90aa0b298dd1 /sys/i386/pci/pci_pir.c
parent85471cb3ce014b07a43d213e5bf1e14542223cfd (diff)
downloadFreeBSD-src-13100c369956589d442ba72544d31d978324ee6a.zip
FreeBSD-src-13100c369956589d442ba72544d31d978324ee6a.tar.gz
Make a bunch of malloc types static.
Found by: src/tools/tools/kernxref
Diffstat (limited to 'sys/i386/pci/pci_pir.c')
-rw-r--r--sys/i386/pci/pci_pir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/pci/pci_pir.c b/sys/i386/pci/pci_pir.c
index ab6e17e..89e8356 100644
--- a/sys/i386/pci/pci_pir.c
+++ b/sys/i386/pci/pci_pir.c
@@ -99,7 +99,7 @@ static uint8_t pci_pir_search_irq(int bus, int device, int pin);
static int pci_pir_valid_irq(struct pci_link *pci_link, int irq);
static void pci_pir_walk_table(pir_entry_handler *handler, void *arg);
-MALLOC_DEFINE(M_PIR, "$PIR", "$PIR structures");
+static MALLOC_DEFINE(M_PIR, "$PIR", "$PIR structures");
static struct PIR_table *pci_route_table;
static device_t pir_device;
OpenPOWER on IntegriCloud