From 9cfcd0ca09a4eccaadaedca17cee1a7516b99980 Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Sun, 21 Sep 2008 04:55:18 -0400 Subject: [PATCH] make static things static --- ich2/smi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ich2/smi.c b/ich2/smi.c index 92607c4..43759dc 100644 --- a/ich2/smi.c +++ b/ich2/smi.c @@ -5,7 +5,7 @@ #include #include -uint16_t _get_PMBASE() +static uint16_t _get_PMBASE() { return pci_read32(ICH2_LPC_BUS, ICH2_LPC_DEV, ICH2_LPC_FN, ICH2_LPC_PCI_PMBASE) & ICH2_PMBASE_MASK; } -- 2.39.2