summaryrefslogtreecommitdiffstats
path: root/sys/dev/xe/if_xe.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-11-05 08:27:13 +0000
committerimp <imp@FreeBSD.org>2003-11-05 08:27:13 +0000
commit0206145b43bc58420bb652c29f4f7a986f05117b (patch)
tree1ba5c50346ac4c323ba378a7cb5a90d5ccf80afa /sys/dev/xe/if_xe.c
parent736d21ee30829ad50145dc4f69a99891c824c68f (diff)
downloadFreeBSD-src-0206145b43bc58420bb652c29f4f7a986f05117b.zip
FreeBSD-src-0206145b43bc58420bb652c29f4f7a986f05117b.tar.gz
Make xe_reg_dump non-static to avoid warnings (and tinerbox mail)
for now.
Diffstat (limited to 'sys/dev/xe/if_xe.c')
-rw-r--r--sys/dev/xe/if_xe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/xe/if_xe.c b/sys/dev/xe/if_xe.c
index d6a95f7..b6ae771 100644
--- a/sys/dev/xe/if_xe.c
+++ b/sys/dev/xe/if_xe.c
@@ -184,7 +184,7 @@ static void xe_phy_writereg (struct xe_softc *scp, u_int16_t reg, u_int16_t
* Debugging functions
*/
static void xe_mii_dump (struct xe_softc *scp);
-static void xe_reg_dump (struct xe_softc *scp);
+void xe_reg_dump (struct xe_softc *scp);
/*
* Debug logging levels - set with hw.xe.debug sysctl
@@ -1828,7 +1828,7 @@ xe_mii_dump(struct xe_softc *scp) {
(void)splx(s);
}
-static void
+void
xe_reg_dump(struct xe_softc *scp) {
int page, i, s;
OpenPOWER on IntegriCloud