summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sis.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-16 09:04:52 +0000
committerphk <phk@FreeBSD.org>2002-10-16 09:04:52 +0000
commit1e787bca2f97d645e613fe156e3b05affdc92131 (patch)
tree00233a07b889d316593cd1c40daf87f7c7147ad9 /sys/pci/if_sis.c
parent76c09c025383a07b70a19a5da1c07bd97c727209 (diff)
downloadFreeBSD-src-1e787bca2f97d645e613fe156e3b05affdc92131.zip
FreeBSD-src-1e787bca2f97d645e613fe156e3b05affdc92131.tar.gz
Be consistent about functions being static.
Spotted by: FlexeLint.
Diffstat (limited to 'sys/pci/if_sis.c')
-rw-r--r--sys/pci/if_sis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c
index 5edda72..459a95f 100644
--- a/sys/pci/if_sis.c
+++ b/sys/pci/if_sis.c
@@ -1372,7 +1372,7 @@ sis_rxeof(sc)
return;
}
-void
+static void
sis_rxeoc(sc)
struct sis_softc *sc;
{
OpenPOWER on IntegriCloud