summaryrefslogtreecommitdiffstats
path: root/sys/dev/ti
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/dev/ti
parent76c09c025383a07b70a19a5da1c07bd97c727209 (diff)
downloadFreeBSD-src-1e787bca2f97d645e613fe156e3b05affdc92131.zip
FreeBSD-src-1e787bca2f97d645e613fe156e3b05affdc92131.tar.gz
Be consistent about functions being static.
Spotted by: FlexeLint.
Diffstat (limited to 'sys/dev/ti')
-rw-r--r--sys/dev/ti/if_ti.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c
index 0cd4843..b91f5cb 100644
--- a/sys/dev/ti/if_ti.c
+++ b/sys/dev/ti/if_ti.c
@@ -1554,7 +1554,7 @@ ti_init_tx_ring(sc)
* but we have to support the old way too so that Tigon 1 cards will
* work.
*/
-void
+static void
ti_add_mcast(sc, addr)
struct ti_softc *sc;
struct ether_addr *addr;
@@ -1584,7 +1584,7 @@ ti_add_mcast(sc, addr)
return;
}
-void
+static void
ti_del_mcast(sc, addr)
struct ti_softc *sc;
struct ether_addr *addr;
OpenPOWER on IntegriCloud