mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
Make xe_reg_dump non-static to avoid warnings (and tinerbox mail)
for now.
This commit is contained in:
parent
2a49d3767f
commit
5cf7816f16
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122106
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user