net: dwc_eth_qos: Staticize eqos_inval_buffer_tegra186()
authorMarek Vasut <marex@denx.de>
Mon, 6 Mar 2023 14:53:45 +0000 (15:53 +0100)
committerStefano Babic <sbabic@denx.de>
Thu, 30 Mar 2023 11:47:03 +0000 (13:47 +0200)
commitac19125f72d0e90e560085704b0958b104d70ce0
treef15b473265be88318f2b24e85473b476c5e4c344
parent2e0bade78542998134378ae33c50b054532b70a1
net: dwc_eth_qos: Staticize eqos_inval_buffer_tegra186()

This function is only used within the driver, staticize it.

Fixes: 149e80f74b6 ("net: dwc_eth_qos: public some functions")
Signed-off-by: Marek Vasut <marex@denx.de>
drivers/net/dwc_eth_qos.c