]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: stmmac: unexport stmmac_init_tstamp_counter()
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Thu, 11 Sep 2025 11:09:57 +0000 (12:09 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sun, 14 Sep 2025 19:01:08 +0000 (12:01 -0700)
commitff2e19d5690e00396c897aa63f7fcf64eeec7c1b
treea96e6d3c806106cd92d8c096c88a717c5b0cc295
parent586f1aebc9a112d5e76af045e38fda0632176fae
net: stmmac: unexport stmmac_init_tstamp_counter()

Nothing outside of stmmac_main.c makes use of
stmmac_init_tstamp_counter(), so there's no point exporting it for
modules, or even having it non-static. Remove the export and make
it static.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/stmicro/stmmac/stmmac.h
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c